Skip to content

Commit

Permalink
CI: Write and upload test summary
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed Feb 20, 2024
1 parent 95b37e6 commit 9288152
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/actions/regression_tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,16 @@ runs:
run: python -m INCHI-1-TEST.run_regression_tests ci
shell: bash

- name: Write regression summary
if: '!cancelled()'
run: python -m INCHI-1-TEST.parse_regression_log ci
shell: bash

- name: Upload regression test results
if: '!cancelled()'
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.artifact-name }}
path: ./INCHI-1-TEST/data/ci/*_regression_test.log
path: |
./INCHI-1-TEST/data/ci/*_regression_test.log
./INCHI-1-TEST/data/ci/*.html

0 comments on commit 9288152

Please sign in to comment.