Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ jobs:
run: mvn -B package

- name: upload webtau test report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: always()
with:
name: webtau report
path: znai-tests/src/test/groovy/webtau.report.html
retention-days: 3
- name: upload testing examples webtau test report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: always()
with:
name: webtau testing examples report
path: znai-testing-examples/examples/webtau.report.html
retention-days: 3
- name: upload screenshots when build fails
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: failure()
with:
name: doc screenshots
Expand Down