Skip to content

Commit

Permalink
Merge pull request #37 from davelopez/fix_unit_tests_ci
Browse files Browse the repository at this point in the history
Fix unit test run in CI
  • Loading branch information
davelopez authored May 12, 2022
2 parents 1e45177 + da878a9 commit 72a2213
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
run: npm run compile
- name: Lint Code
run: npm run lint
- name: Run unit tests
run: npm test
- name: Run server unit tests
run: npm run test-unit-server
- name: Run client unit tests
run: npm run test-unit-client
- name: Run integration tests
run: xvfb-run -a npm run test:e2e
if: runner.os == 'Linux'
Expand Down

0 comments on commit 72a2213

Please sign in to comment.