Skip to content

Commit

Permalink
Add SQS_QUEUE_URL to the test GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Sep 23, 2024
1 parent 6b6340c commit 399fbf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:
S3_KEY: mykey
# This one is for setupDynamoDBTable in main_test
DYNAMODB_TABLE: mytable
# This one is for setupSQSQueue in main_test
SQS_QUEUE_URL: https://sqs.ap-northeast-1.amazonaws.com/123456789012/myqueue

0 comments on commit 399fbf9

Please sign in to comment.