We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747924c commit 7054913Copy full SHA for 7054913
.github/workflows/test.yaml
@@ -44,7 +44,7 @@ jobs:
44
test $a -gt 3
45
- name: Run
46
run: |
47
- RFAT_RERUNS=2 bash ./run_containerqa.sh --container-image=${{matrix.jdkimage}}
+ BLACKLIST="101.*" RFAT_RERUNS=2 bash ./run_containerqa.sh --container-image=${{matrix.jdkimage}}
48
- name: Upload results
49
if: ${{ always() }}
50
uses: actions/upload-artifact@v4
0 commit comments