Skip to content

Commit 42a3a15

Browse files
committed
TMP: upload the corpus to the artifacts for local reproduction
1 parent a53e9fa commit 42a3a15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-all-tests-pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ jobs:
7070
- name: Copy Bazel log
7171
if: always()
7272
shell: bash
73-
run: cp "$(readlink bazel-out)"/../../../java.log* .
73+
run: |
74+
cp "$(readlink bazel-out)"/../../../java.log* .
75+
cp selffuzz/src/test/resources/.corpus ./corpus_backup -r
7476
7577
- name: Upload test logs
7678
if: always()
@@ -81,3 +83,4 @@ jobs:
8183
path: |
8284
bazel-testlogs*/**/test.log
8385
java.log*
86+
corpus_backup/**

0 commit comments

Comments
 (0)