mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Modify github actions file to run jest
This commit is contained in:
parent
771371d081
commit
414eb83f6d
2 changed files with 1 additions and 4 deletions
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
run: bundle install
|
||||
- name: Create DB
|
||||
run: bundle exec rake db:test:prepare
|
||||
- name: Run rails tests
|
||||
- name: Run tests
|
||||
run: bundle exec rake
|
||||
- name: Install javascript dependencies
|
||||
run: yarn install
|
||||
|
|
|
|||
|
|
@ -9,7 +9,4 @@ describe('this test should pass', () => {
|
|||
const jester = new Jester()
|
||||
expect(jester.hello()).toBe("Hello")
|
||||
})
|
||||
test('fail', () => {
|
||||
expect(false).toBe(true)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue