diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 59d9bb5..5692118 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -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