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 9a4e5a3 commit 82b164dCopy full SHA for 82b164d
.github/workflows/cloud-pods.yml
@@ -65,7 +65,7 @@ jobs:
65
66
test-cloud-pod:
67
name: Test Cloud Pod
68
- needs: create-cloud-pod
+ # needs: create-cloud-pod
69
runs-on: ubuntu-latest
70
steps:
71
- name: Checkout Code
@@ -91,6 +91,7 @@ jobs:
91
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
92
run: |
93
localstack pod load sample-cdk-rds
94
+ sleep 10 # Wait for the Cloud Pod to be ready
95
96
- name: Install dependencies
97
0 commit comments