Run javascript tests in CI
This commit is contained in:
parent
9266180344
commit
1c47363ae3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue