]> git.openstreetmap.org Git - rails.git/blobdiff - .github/workflows/tests.yml
Run javascript tests in CI
[rails.git] / .github / workflows / tests.yml
index 6e2b77059d1d4df4204cad333906129a299f1732..9e794d2579ff2a5f84026d87fa68578981ae8868 100644 (file)
@@ -60,6 +60,8 @@ jobs:
       run: bundle exec rails assets:precompile
     - name: Run tests
       run: bundle exec rails test:all
+    - name: Run javascript tests
+      run: bundle exec teaspoon
     - name: Report completion to Coveralls
       uses: coverallsapp/github-action@v2.3.0
       with: