Skip to content

Commit

Permalink
e2e tests not stable in github
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed Oct 1, 2024
1 parent 2bdc7c4 commit 8ea02b6
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 453 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ jobs:
node-version: 20
- name: Install Dependencies
run: make install
- name: Run tests
run: make test
- name: Run Hub tests
run: make testhub
- name: Run Service tests
run: make testservice
- name: Run Client tests
run: make testclient
Loading

0 comments on commit 8ea02b6

Please sign in to comment.