Skip to content

Commit

Permalink
Add env vars to skip some tests, always stop docker
Browse files Browse the repository at this point in the history
  • Loading branch information
shearn89 committed Jul 25, 2024
1 parent e1df6dc commit 9bd76c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:

env:
TF_ACC: 1
SKIP_S3_TESTS: true
SKIP_AZURE_TESTS: true
SKIP_PRO_TESTS: true

jobs:

Expand Down Expand Up @@ -41,4 +44,5 @@ jobs:

- name: stop docker
run: make stop-services
if: always()

0 comments on commit 9bd76c7

Please sign in to comment.