We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ec2f8 commit b5f086eCopy full SHA for b5f086e
2 files changed
.github/workflows/build-linux.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run headless test
33
run: mvn test -Plinux -Pci-build -Dno-native-profile
34
- name: Upload reference files and test results
35
- if: failure()
+ #if: failure()
36
uses: actions/upload-artifact@v4
37
with:
38
name: test resources
.github/workflows/build-windows.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Run tests
26
run: mvn -B test -Pwindows -Pci-build -Dno-native-profile
27
28
29
30
31
0 commit comments