Skip to content

Commit

Permalink
remove github action
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jun 15, 2024
1 parent ddcdc05 commit 4b701ad
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
name: "[localstack] ${{ matrix.demo-folder }}"
needs: build
runs-on: ubuntu-latest

services:
localstack:
image: localstack/localstack:1.4.0
Expand All @@ -104,6 +104,8 @@ jobs:
DOCKER_HOST: unix:///var/run/docker.sock
AWS_ACCESS_KEY_ID: test
AWS_SECRET_ACCESS_KEY: test
AWS_DEFAULT_REGION: us-east-1
AWS_REGION: us-east-1
volumes:
- /var/run/docker.sock:/var/run/docker.sock

Expand All @@ -126,20 +128,6 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Start LocalStack
uses: LocalStack/[email protected]
env:
AWS_DEFAULT_REGION: us-east-1
AWS_REGION: us-east-1
AWS_ACCESS_KEY_ID: test
AWS_SECRET_ACCESS_KEY: test
SERVICES: s3, iam, lambda, dynamodb, sts, account, ec2
with:
image-tag: 'latest'
install-awslocal: 'true'
state-action: start
state-backend: local

- name: Run tests for ${{ matrix.demo-folder }}
run: |
cd examples/${{ matrix.demo-folder }}
Expand Down

0 comments on commit 4b701ad

Please sign in to comment.