From 1c47363ae310ddf11760e64263ca763077a6d3bf Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 4 Jan 2023 15:23:50 +0000 Subject: [PATCH] Run javascript tests in CI --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.39.5