Skip to content

Commit ff77b76

Browse files
UtheManMikolaj Umanski
and
Mikolaj Umanski
authored
feat: add artifact upload for coverage e2e (#3120)
Co-authored-by: Mikolaj Umanski <[email protected]>
1 parent 26ebd5e commit ff77b76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-coverage.yml

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ jobs:
6767
echo "Running e2e tests"
6868
cd e2e
6969
go test -e2eMode="coverage" -timeout 60m -v -run Test_All ./
70+
- name: Upload e2e artifacts
71+
uses: actions/upload-artifact@v3
72+
with:
73+
name: scenario-logs
74+
path: e2e/scenario-logs
7075
- name: Generate coverage report
7176
run: |
7277
kill $(pgrep baker)

0 commit comments

Comments
 (0)