Skip to content

Commit b64485a

Browse files
committed
More tests
1 parent fb810f8 commit b64485a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)