Skip to content

Commit f341d93

Browse files
committed
add s3 smoke test
1 parent 7a9b1cb commit f341d93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/infinia-deploy-aws.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
DELAY=120
110110
for i in $(seq 1 $ATTEMPTS); do
111111
echo "Attempt $i/$ATTEMPTS"
112-
if python3 scripts/verify_infinia.py; then
112+
if python3 scripts/verify_infinia_aws.py; then
113113
echo "Verification succeeded on attempt $i ✅"
114114
exit 0
115115
fi
@@ -128,7 +128,7 @@ jobs:
128128
env:
129129
AWS_REGION: us-east-1
130130
run: |
131-
python3 scripts/s3_smoke_test.py \
131+
python3 scripts/s3_smoke_test_aws.py \
132132
--region "us-east-1" \
133133
--admin-password "${{ secrets.INFINIA_ADMIN_PASSWORD }}" \
134134
--realm-tag-key "Role" --realm-tag-value "realm" \

0 commit comments

Comments
 (0)