From: Andy Allan Date: Wed, 4 Jan 2023 15:23:50 +0000 (+0000) Subject: Run javascript tests in CI X-Git-Tag: live~198^2~5 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/1c47363ae310ddf11760e64263ca763077a6d3bf Run javascript tests in CI --- 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: