Skip to content

Commit

Permalink
Smoke test GHA workflow correction
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcundill committed Sep 3, 2024
1 parent e50a73d commit 576215a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-smoke-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish & Deploy Smoke Test to S3
name: Publish & Deploy Smoke Test

on:
push:
Expand Down Expand Up @@ -57,6 +57,7 @@ jobs:
aws-region: eu-west-2

- name: Upload Smoke Canary function to S3
working-directory: ./tests/smoke
run: |
aws s3 cp src/smoke_canary.py s3://${{ matrix.environment }}-canary-code-bucket/main/smoke_canary.py
Expand Down

0 comments on commit 576215a

Please sign in to comment.