Fix syntax error

This commit is contained in:
Jonathan Abbett 2021-06-17 12:59:56 -04:00
parent 5bde6600f1
commit 4487b9f75b

View File

@ -24,6 +24,7 @@ jobs:
env:
RAILS_VERSION: ${{ matrix.rails-version }}
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install JS dependencies
run: yarn