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 0435103 commit fad048cCopy full SHA for fad048c
.github/workflows/test.yaml
@@ -27,11 +27,15 @@ jobs:
27
- name: "Install dependencies"
28
run: |
29
sudo apt-get update
30
- sudo apt-get install podman
+ sudo apt-get install podman git
31
- name: Versions
32
33
podman --version
34
podman run --rm -it ${{matrix.jdkimage}} bash --version
35
+ - name RFaS: |
36
+ ls -l
37
+ git submodule update --init --recursive --rebase --force
38
+ ls -l run-folder-as-tests
39
# - name: Run
40
# run: JNI_FAIL=true RFAT_RERUNS=2 bash ./run.sh "${JAVA_HOME}"
41
# - name: Upload results
0 commit comments