Skip to content

Commit

Permalink
Add back local stack for CN
Browse files Browse the repository at this point in the history
  • Loading branch information
sky333999 committed Dec 3, 2024
1 parent 6e92d22 commit 3194033
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,13 @@ jobs:
go-version: ~1.22.2

- name: Run go mod vendor
run: go mod vendor

run: |
go mod tidy
go mod vendor -mod=mod
- name: Compress vendor directory
run: tar -czf vendor.tar.gz vendor
run: tar -czf vendor.tar.gz vendor go.mod go.sum

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down

0 comments on commit 3194033

Please sign in to comment.