Skip to content

Commit

Permalink
fix env syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem committed Mar 5, 2025
1 parent eb96a5f commit 35b35da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,12 @@ jobs:
with:
image-tag: 'latest'
env:
SERVICES=secretsmanager,kms
EAGER_SERVICE_LOADING=1
AWS_ACCESS_KEY_ID=test
AWS_SECRET_ACCESS_KEY=test
AWS_DEFAULT_REGION=us-east-2
AWS_SESSION_TOKEN=test
AWS_SESSION_TOKEN=test
SERVICES: secretsmanager,kms
EAGER_SERVICE_LOADING: 1
AWS_ACCESS_KEY_ID: test
AWS_SECRET_ACCESS_KEY: test
AWS_DEFAULT_REGION: us-east-2
AWS_SESSION_TOKEN: test

- name: Build and Test
id: build-test
Expand Down
1 change: 0 additions & 1 deletion localstack/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
- AWS_SECRET_ACCESS_KEY=test
- AWS_DEFAULT_REGION=us-east-2
- AWS_SESSION_TOKEN=test
- AWS_SESSION_TOKEN=test
# ready hook script configuration
volumes:
#- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
Expand Down

0 comments on commit 35b35da

Please sign in to comment.