Skip to content

Commit

Permalink
fix(hermes): cd into microservice project before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorsSami committed Jun 22, 2024
1 parent e15a42c commit a7146c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hermes-tests-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
dart pub get
- name: Test
run: dart test
run: |
cd hermes-tests
dart test

0 comments on commit a7146c6

Please sign in to comment.