Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lrm25 committed Feb 15, 2024
1 parent 7ec9431 commit dca616f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
export AWS_PROFILE AWS_REGION BUCKET_ONE_NAME BUCKET_TWO_NAME
aws configure set aws_access_key_id $AWS_ACCESS_KEY_ID
aws configure set aws_secret_access_key $AWS_SECRET_ACCESS_KEY
aws s3 mb $BUCKET_ONE_NAME
aws s3 mb $BUCKET_TWO_NAME
aws s3 mb s3://$BUCKET_ONE_NAME
aws s3 mb s3://$BUCKET_TWO_NAME
RECREATE_BUCKETS=false $HOME/bin/bats ./tests/s3_bucket_tests.sh
RECREATE_BUCKETS=false $HOME/bin/bats ./tests/posix_tests.sh
aws s3 rb $BUCKET_ONE_NAME
aws s3 rb $BUCKET_TWO_NAME
aws s3 rb s3://$BUCKET_ONE_NAME
aws s3 rb s3://$BUCKET_TWO_NAME

0 comments on commit dca616f

Please sign in to comment.