Skip to content

Commit fad048c

Browse files
committed
Checkout of rfat
1 parent 0435103 commit fad048c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,15 @@ 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+
ls -l
37+
git submodule update --init --recursive --rebase --force
38+
ls -l run-folder-as-tests
3539
# - name: Run
3640
# run: JNI_FAIL=true RFAT_RERUNS=2 bash ./run.sh "${JAVA_HOME}"
3741
# - name: Upload results

0 commit comments

Comments
 (0)