Skip to content

Commit 6193d56

Browse files
committed
test
1 parent eb06606 commit 6193d56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests_results.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ jobs:
8888
if: ${{ always() }}
8989
with:
9090
name: test_results
91-
path: ./validation_results.json
91+
path: |
92+
./validation_results.json
93+
./artifacts
9294
overwrite: true
9395

9496
- name: Fail if tests failed

0 commit comments

Comments
 (0)