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 e692cc8 commit c55f268Copy full SHA for c55f268
.github/workflows/test_cloudpods.yml
@@ -38,6 +38,10 @@ jobs:
38
tag: ${{ fromJson(needs.get-releases.outputs.matrix) }}
39
db: ['mariadb', 'mysql']
40
steps:
41
+ # checkout to run the smoke-test.sh
42
+ - name: Checkout
43
+ uses: actions/checkout@v3
44
+
45
- name: Retrieve Pod
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -90,10 +94,6 @@ jobs:
90
94
state=$(awslocal rds describe-db-instances | jq -r ".DBInstances[0].DBInstanceStatus")
91
95
done
92
96
93
- # checkout to run the smoke-test.sh
- - name: Checkout
- uses: actions/checkout@v3
-
97
- name: Run Smoke Tests
98
run: |
99
./test-helper/smoke-test.sh
0 commit comments