Skip to content

Commit

Permalink
Fixed issue #911.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 authored Aug 22, 2024
1 parent 48018de commit fe27a2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build with Ant
run: ant -noinput -buildfile build-windows.xml
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe #v4.3.1
with:
check_name: junit-windows
report_paths: '**/report/TEST-*.xml'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Build with Ant
run: ant -noinput -buildfile build-linux.xml
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe #v4.3.1
with:
check_name: junit-linux
report_paths: '**/report/TEST-*.xml'
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Build with Ant
run: ant -noinput -buildfile build-macos-arm.xml
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe #v4.3.1
with:
check_name: junit-macos-arm
report_paths: '**/report/TEST-*.xml'
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Build with Ant
run: ant -noinput -buildfile build-macos.xml
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe #v4.3.1
with:
check_name: junit-macos
report_paths: '**/report/TEST-*.xml'
Expand Down

0 comments on commit fe27a2b

Please sign in to comment.