Skip to content
Open
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
38 changes: 19 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
run: ant $OPTS -f platform/core.network test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: |
Expand Down Expand Up @@ -465,7 +465,7 @@ jobs:
ant $OPTS -Djavadoc.fail.broken.links=true build-javadoc

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: |
Expand Down Expand Up @@ -843,7 +843,7 @@ jobs:
run: ant $OPTS -f ide/xsl test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -968,7 +968,7 @@ jobs:
run: ant $OPTS -f apisupport/apisupport.ant test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -1131,7 +1131,7 @@ jobs:
run: ant $OPTS -f platform/netbinox test -Dtest.config=stableBTD

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -1266,7 +1266,7 @@ jobs:
run: ant $OPTS -f platform/api.templates test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -1455,7 +1455,7 @@ jobs:
run: ant $OPTS -f java/javadoc test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -1512,7 +1512,7 @@ jobs:
run: ant $OPTS -f java/spi.java.hints test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -1574,7 +1574,7 @@ jobs:
run: ant $OPTS -f java/debugger.jpda.ui test-unit

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -1619,7 +1619,7 @@ jobs:
run: ant $OPTS -f profiler/profiler.oql test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -1797,7 +1797,7 @@ jobs:
run: ant $OPTS -f webcommon/api.knockout test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -1845,7 +1845,7 @@ jobs:
# run: ant $OPTS -f javafx/javafx2.project test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -1898,7 +1898,7 @@ jobs:
# run: ant $OPTS -f groovy/groovy.kit test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -1946,7 +1946,7 @@ jobs:
run: ant $OPTS -f rust/rust.options test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -2191,7 +2191,7 @@ jobs:
run: ant $OPTS -f enterprise/j2ee.dd.webservice test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -2274,7 +2274,7 @@ jobs:
ant $OPTS -f ide/versioning test-qa-functional

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -2334,7 +2334,7 @@ jobs:
run: .github/retry.sh ant $OPTS $OPTS_TEST -f ide/db.mysql test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -2492,7 +2492,7 @@ jobs:
run: ant $OPTS -f php/spellchecker.bindings.php test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down Expand Up @@ -2537,7 +2537,7 @@ jobs:
run: .github/retry.sh ant $OPTS -f java/java.lsp.server test

- name: Create Test Summary
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
uses: test-summary/action@37b508cfee6d4d080eedd00b5bb240a6a784a6a5 # v2.6
if: failure()
with:
paths: "./*/*/build/test/*/results/TEST-*.xml"
Expand Down
Loading