File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,19 @@ jobs:
3232 run : |
3333 podman --version
3434 podman run --rm -it ${{matrix.jdkimage}} bash --version
35+ podman run --rm -it ${{matrix.jdkimage}} java --version
36+ podman run --rm -it ${{matrix.jdkimage}} cat /etc/redhat-release
3537 - name : RFaS
3638 run : |
3739 ls -l
3840 git submodule update --init --recursive --rebase --force
3941 ls -l run-folder-as-tests
40- # - name: Run
41- # run: JNI_FAIL=true RFAT_RERUNS=2 bash ./run.sh "${JAVA_HOME}"
42+ a=$(ls run-folder-as-tests | wc -l)
43+ echo "total $a"
44+ test $a -gt 3
45+ - name : Run
46+ run : |
47+ bash ./run_containerqa.sh --container-image -it ${{matrix.jdkimage}} --report-dir jdk${{matrix.jdkver}}-el${{matrix.osver}}
4248# - name: Upload results
4349# if: ${{ always() }}
4450# uses: actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments