Skip to content

Commit b0b06c0

Browse files
committed
For now, don't use this extension
1 parent 766ad9c commit b0b06c0

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
steps:
1414
- name: checkout
1515
uses: actions/checkout@v4
16-
- name: setup java
16+
- name: setup java
1717
uses: actions/setup-java@v4
1818
with:
1919
distribution: 'temurin'
2020
java-version: |
21-
21
22-
17
21+
21
22+
17
2323
- name: savant setup
2424
run: |
2525
curl -O https://repository.savantbuild.org/org/savantbuild/savant-core/2.0.0/savant-2.0.0.tar.gz
@@ -48,12 +48,6 @@ jobs:
4848
- name: run tests/integrate
4949
run: |
5050
sb clean int
51-
- name: publish test report
52-
# v4
53-
uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe
54-
if: success() || failure() # always run even if the previous step fails
55-
with:
56-
report_paths: 'build/test-reports/junitreports/**/*.xml'
5751
- name: capture reports
5852
uses: actions/upload-artifact@v4
5953
if: success() || failure() # always run even if the previous step fails

0 commit comments

Comments
 (0)