]> git.openstreetmap.org Git - rails.git/commitdiff
Run javascript tests in CI
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 4 Jan 2023 15:23:50 +0000 (15:23 +0000)
committerEmin Kocan <kocanmn.dev@gmail.com>
Sat, 12 Oct 2024 18:47:26 +0000 (20:47 +0200)
.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
       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:
     - name: Report completion to Coveralls
       uses: coverallsapp/github-action@v2.3.0
       with: