Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed Jun 6, 2024
1 parent 3955fde commit 096d024
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/run.e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:
env:
AWS_DEFAULT_REGION: us-east-1
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
AWS_REGION: us-east-1
AWS_ACCESS_KEY_ID: test
AWS_SECRET_ACCESS_KEY: test


- name: Install Go
uses: actions/setup-go@v2
Expand Down Expand Up @@ -107,6 +105,12 @@ jobs:
run: ize init

- name: Init Localstack
# Root localstack creds
env:
AWS_REGION: us-east-1
AWS_ACCESS_KEY_ID: test
AWS_SECRET_ACCESS_KEY: test

run: |
# Reset state (if any)
curl --insecure -v --request POST http://127.0.0.1:4566/_localstack/state/reset
Expand Down

0 comments on commit 096d024

Please sign in to comment.