Skip to content

Commit e67b1aa

Browse files
committed
Revert "debug test e2e"
This reverts commit 770155d.
1 parent 770155d commit e67b1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
GOFLAGS: ${{ matrix.flags }}
102102
LOG_LEVEL: error
103103
run: |
104-
go test ./e2e -coverprofile=profile-e2e${{ matrix.flags }}.out -covermode=atomic -tags=e2e_new -timeout=3m -coverpkg=./... -json
104+
go test ./e2e -coverprofile=profile-e2e${{ matrix.flags }}.out -covermode=atomic -tags=e2e_new -timeout=3m -coverpkg=./... -json > test-report-e2e${{ matrix.flags }}.json
105105
106106
- name: Coverage report
107107
run: |

0 commit comments

Comments
 (0)