Skip to content

Commit

Permalink
add fs output to test step
Browse files Browse the repository at this point in the history
  • Loading branch information
adwski committed Jan 31, 2024
1 parent 01f431b commit 1528b94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@ jobs:

- name: run tests
run: |
pwd
ls -al ./
ls -al testfiles
go test -v -count=1 -cover -coverpkg=./... -coverprofile=profile.cov --tags e2e ./...
go tool cover -func profile.cov

0 comments on commit 1528b94

Please sign in to comment.