Skip to content

Commit 64cb19d

Browse files
committed
fix: wrong working directory
1 parent 59b68d1 commit 64cb19d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-gateway.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- uses: ./.github/actions/setup-poetry
5353

5454
- name: Run integration tests
55+
working-directory: tests
5556
run: |
5657
poetry run scwgw remote-config
5758
poetry run pytest integrations/gateway -n $(nproc --all)

0 commit comments

Comments
 (0)