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 2427a10 commit fb810f8Copy full SHA for fb810f8
.github/workflows/test.yaml
@@ -27,11 +27,16 @@ 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
+ run: |
37
+ ls -l
38
+ git submodule update --init --recursive --rebase --force
39
+ ls -l run-folder-as-tests
40
# - name: Run
41
# run: JNI_FAIL=true RFAT_RERUNS=2 bash ./run.sh "${JAVA_HOME}"
42
# - name: Upload results
0 commit comments