Skip to content

Commit 82b164d

Browse files
committed
fix the cloud pod tests workflow
1 parent 9a4e5a3 commit 82b164d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cloud-pods.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
test-cloud-pod:
6767
name: Test Cloud Pod
68-
needs: create-cloud-pod
68+
# needs: create-cloud-pod
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Checkout Code
@@ -91,6 +91,7 @@ jobs:
9191
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
9292
run: |
9393
localstack pod load sample-cdk-rds
94+
sleep 10 # Wait for the Cloud Pod to be ready
9495
9596
- name: Install dependencies
9697
run: |

0 commit comments

Comments
 (0)