Skip to content

Commit

Permalink
test: exclude e2e tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-s committed Jul 26, 2024
1 parent e3d75b9 commit 9798fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- run: go test ./...
- run: go test $(go list ./... | grep -v /tests/) # TODO: merge E2E and unit tests into matrix
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ matrix.terraform }}
Expand Down

0 comments on commit 9798fbb

Please sign in to comment.