Changeset 18029 in josm
- Timestamp:
- 2021-07-15T09:45:10+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant-test.yml
r18026 r18029 91 91 path: artifacts 92 92 93 - name: Publish Test Report with junit-report-annotations-action94 uses: ashley-taylor/junit-report-annotations-action@1.395 if: ${{ always() }}96 with:97 path: 'artifacts/**/*.xml'98 access-token: ${{ secrets.GITHUB_TOKEN }}99 100 93 - name: Publish Test Report with action-junit-report 101 94 if: ${{ always() }}
Note:
See TracChangeset
for help on using the changeset viewer.