restore-keys: |
yarn-${{ env.os }}-
- name: Install node modules
- run: bundle exec rails yarn:install
+ run: bundle exec bin/yarn install
- name: Create dummy database configuration
run: cp config/example.database.yml config/database.yml
- name: Run eslint