Skip to content

Commit fb810f8

Browse files
committed
Checkout of rfat
1 parent 2427a10 commit fb810f8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,16 @@ jobs:
2727
- name: "Install dependencies"
2828
run: |
2929
sudo apt-get update
30-
sudo apt-get install podman
30+
sudo apt-get install podman git
3131
- name: Versions
3232
run: |
3333
podman --version
3434
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
3540
# - name: Run
3641
# run: JNI_FAIL=true RFAT_RERUNS=2 bash ./run.sh "${JAVA_HOME}"
3742
# - name: Upload results

0 commit comments

Comments
 (0)