Skip to content

Commit

Permalink
build: Skip e2e tests in test GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlipovetsky committed Sep 20, 2023
1 parent a1e16cd commit db62da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
go-version-file: go.mod
cache: true # cache go action in github actions cache store.
- name: make test
run: make test
run: |
make test TEST_PACKAGES='$(shell go list ./... | grep -v tests/e2e)'

0 comments on commit db62da4

Please sign in to comment.