Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Apr 20, 2024
1 parent cee8b8d commit f76d219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,14 +438,14 @@ jobs:
test -d $REPORT_DIR || mkdir $REPORT_DIR
echo "Running smink"
/tmp/smink/smink "${XML_DIR}/*.xml" "${REPORT_DIR}/grate-tests.html" --title "grate integration tests $(date +'%F %T %z')"
/tmp/smink/smink "${XML_DIR}/*.xml" "${REPORT_DIR}/grate integration tests $(date +'%F %T %z').html" --title "grate integration tests"
- name: Upload HTML test report
uses: actions/upload-artifact@v4
with:
name: HTML test report
path: |
/tmp/test-results/grate-tests.html
/tmp/test-results/*.html
retention-days: 10

teardown-test-environment:
Expand Down

0 comments on commit f76d219

Please sign in to comment.