We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd3564 commit 4607c2cCopy full SHA for 4607c2c
.github/workflows/integration-test.yml
@@ -34,9 +34,12 @@ jobs:
34
role-to-assume: arn:aws:iam::397589511426:role/account-wide-resources-GithubActionsRole-1CAIKQPYM5WD3
35
aws-region: us-east-1
36
37
- - run: ./test-harness/deploy-all.sh
+ - run: ./deploy-all.sh
38
+ working-directory: ./test-harness
39
- - run: ./test-harness/test-all.sh
40
+ - run: ./test-all.sh
41
42
43
- if: always()
- run: ./test-harness/teardown-all.sh
44
+ run: ./teardown-all.sh
45
0 commit comments