Skip to content

Commit 95b4ae8

Browse files
committed
Fix path
1 parent 967b41d commit 95b4ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
gcloud-auth: ${{ secrets.GCLOUD_AUTH }}
4848
env-file-path: .env.integration
4949
- name: integration test
50-
run: env $(cat .env.integration) ../test-suites/integrationTest.sh
50+
run: env $(cat .env.integration) ./test-suites/integrationTest.sh
5151

5252
build_examples:
5353
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)