We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967b41d commit 95b4ae8Copy full SHA for 95b4ae8
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
gcloud-auth: ${{ secrets.GCLOUD_AUTH }}
48
env-file-path: .env.integration
49
- name: integration test
50
- run: env $(cat .env.integration) ../test-suites/integrationTest.sh
+ run: env $(cat .env.integration) ./test-suites/integrationTest.sh
51
52
build_examples:
53
runs-on: ubuntu-22.04
0 commit comments