From 03bb12efdbb870d9706f1e23f11a23069cd45e21 Mon Sep 17 00:00:00 2001 From: Eyck-Alexander Jentzsch Date: Mon, 22 Apr 2024 18:43:13 +0200 Subject: [PATCH] adds test for mount --- .gitea/workflows/run_act.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/run_act.yaml b/.gitea/workflows/run_act.yaml index d1ce509..cc8031a 100644 --- a/.gitea/workflows/run_act.yaml +++ b/.gitea/workflows/run_act.yaml @@ -10,6 +10,7 @@ jobs: - act-runtime:/mnt/act-runtime continue-on-error: true steps: + - run: ls /mnt/act-runtime - name: Checkout repository code run: git clone --recursive -b ${{gitea.ref_name}} https://git.minres.com/TGFS/TGC-ISS.git