Modify github actions file to run jest

pull/1/head
rebuilt 4 years ago
parent 771371d081
commit 414eb83f6d

@ -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…
Cancel
Save