Skip to content

Commit

Permalink
fix ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Feb 6, 2024
1 parent 499d227 commit ec28caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:

- name: Run tests
run: |
go test -v ./e2etests
cd e2etests/
go test -v e2e_test.go

0 comments on commit ec28caa

Please sign in to comment.