Skip to content

Commit 9c5a17b

Browse files
committed
gh-actions: preserve conformance tests XML results
1 parent f8b31ec commit 9c5a17b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,12 @@ jobs:
206206
GIT_TARGET: main
207207
CWLTOOL_OPTIONS: ${{ matrix.extras }}
208208
run: ./conformance-test.sh
209+
- name: Archive test results
210+
uses: actions/upload-artifact@v3
211+
with:
212+
name: cwl-${{ matrix.cwl-version }}-${{ matrix.container }}${{ matrix.extras }}-conformance-results
213+
path: |
214+
**/cwltool_conf*.xml
209215
- name: Upload coverage to Codecov
210216
uses: codecov/codecov-action@v3
211217
with:

0 commit comments

Comments
 (0)