Changeset 19573 in josm for trunk/.github/workflows/ant-test.yml
- Timestamp:
- 2026-05-07T21:57:49+02:00 (2 weeks ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/ant-test.yml (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/ant-test.yml
r19561 r19573 30 30 31 31 - name: Cache 32 uses: actions/cache@v 432 uses: actions/cache@v5 33 33 with: 34 34 path: | … … 38 38 39 39 - name: Setup Java ${{ matrix.java }} 40 uses: actions/setup-java@v 440 uses: actions/setup-java@v5 41 41 with: 42 42 distribution: 'zulu' … … 44 44 45 45 - name: Install Ant 46 uses: JOSM/JOSMPluginAction/actions/setup-ant@v 246 uses: JOSM/JOSMPluginAction/actions/setup-ant@v3 47 47 48 48 - name: Test with Ant … … 57 57 - name: Upload Ant reports 58 58 if: ${{ always() }} 59 uses: actions/ upload-artifact@v459 uses: actions/download-artifact@v7 60 60 with: 61 61 name: Ant reports for JOSM ${{ needs.createrelease.outputs.josm_revision }} on java ${{ matrix.java }} on ${{ matrix.os }} … … 74 74 steps: 75 75 - name: Download Artifacts 76 uses: actions/download-artifact@v 476 uses: actions/download-artifact@v8 77 77 with: 78 78 path: artifacts … … 80 80 - name: Publish Test Report with action-junit-report 81 81 if: ${{ always() }} 82 uses: mikepenz/action-junit-report@v 482 uses: mikepenz/action-junit-report@v6 83 83 with: 84 84 report_paths: 'artifacts/**/*.xml'
Note:
See TracChangeset
for help on using the changeset viewer.
