Skip to content

Commit b5f086e

Browse files
committed
enable test result upload
1 parent b4ec2f8 commit b5f086e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run headless test
3333
run: mvn test -Plinux -Pci-build -Dno-native-profile
3434
- name: Upload reference files and test results
35-
if: failure()
35+
#if: failure()
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: test resources

.github/workflows/build-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run tests
2626
run: mvn -B test -Pwindows -Pci-build -Dno-native-profile
2727
- name: Upload reference files and test results
28-
if: failure()
28+
#if: failure()
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: test resources

0 commit comments

Comments
 (0)