]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Use bin/yarn consistently for installations
[rails.git] / .github / workflows / tests.yml
index f01b44bb7f264da842df7c5910fef0a5bec57369..1c7afeb04072258d861552066d9c9a24dccda7d4 100644 (file)
@@ -54,7 +54,7 @@ jobs:
     - name: Export javascript strings
       run: bundle exec rails i18n:js:export
     - name: Install node modules
-      run: bundle exec rails yarn:install
+      run: bundle exec bin/yarn install
     - name: Compile assets
       run: bundle exec rails assets:precompile
     - name: Run tests