Skip to content

Commit

Permalink
test: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Nov 28, 2023
1 parent 9c01728 commit 049f523
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ jobs:
run: docker ps

- name: API tests run (parallel)
run: npx jest --verbose --testPathPattern=${{ matrix.test-pattern }}
run: |
cd packages/integration-tests
ls
pwd
npx jest --verbose --testPathPattern=${{ matrix.test-pattern }}
- name: Stop containers
if: always()
Expand Down

0 comments on commit 049f523

Please sign in to comment.