Skip to content

Commit 8803b21

Browse files
remove localstack build steps
1 parent 826e765 commit 8803b21

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/go.yml

-22
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,3 @@ jobs:
2525

2626
- name: Build
2727
run: go build -v ./...
28-
29-
- name: Start LocalStack
30-
uses: LocalStack/setup-localstack@main
31-
with:
32-
image-tag: 'latest'
33-
install-awslocal: 'true'
34-
use-pro: 'true'
35-
env:
36-
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
37-
38-
- name: Setup aws credentials
39-
run: |
40-
mkdir -p ~/.aws
41-
echo "[default]" > ~/.aws/credentials
42-
echo "aws_access_key_id = localstack" >> ~/.aws/credentials
43-
echo "aws_secret_access_key = localstack" >> ~/.aws/credentials
44-
echo "region = us-east-1" >> ~/.aws/credentials
45-
46-
- name: Test
47-
run: go test -v ./...
48-
env:
49-
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}

0 commit comments

Comments
 (0)