Skip to content

Commit

Permalink
e2e: exclude running actual e2e tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Mar 25, 2024
1 parent 652ea9e commit e6db0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2emodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Go Test
run: |
cd e2e
go test -v -mod=readonly ./...
go test -v -mod=readonly ./... -tags='test_e2e'

0 comments on commit e6db0db

Please sign in to comment.