Skip to content

Commit c55f268

Browse files
committed
move checkout of dir
1 parent e692cc8 commit c55f268

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_cloudpods.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
tag: ${{ fromJson(needs.get-releases.outputs.matrix) }}
3939
db: ['mariadb', 'mysql']
4040
steps:
41+
# checkout to run the smoke-test.sh
42+
- name: Checkout
43+
uses: actions/checkout@v3
44+
4145
- name: Retrieve Pod
4246
env:
4347
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -90,10 +94,6 @@ jobs:
9094
state=$(awslocal rds describe-db-instances | jq -r ".DBInstances[0].DBInstanceStatus")
9195
done
9296
93-
# checkout to run the smoke-test.sh
94-
- name: Checkout
95-
uses: actions/checkout@v3
96-
9797
- name: Run Smoke Tests
9898
run: |
9999
./test-helper/smoke-test.sh

0 commit comments

Comments
 (0)