X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9266180344761718d4068dd62f78ef3a0169b8e1..1c47363ae310ddf11760e64263ca763077a6d3bf:/.github/workflows/tests.yml?ds=sidebyside diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6e2b77059..9e794d257 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: