Run javascript tests in CI

This commit is contained in:
Andy Allan 2023-01-04 15:23:50 +00:00 committed by Emin Kocan
parent 9266180344
commit 1c47363ae3

View 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: