From 3100d209591fcc35197e5feb23fbbf30db4a9ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Mon, 16 Oct 2023 16:20:29 +0200 Subject: [PATCH] manual docker call --- .gitea/workflows/demo.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d07e4c4..717e4c1 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -15,6 +15,13 @@ jobs: pwd ls /home echo "end outer print" + + - name: manual docker test + run: | + pwd + touch testfile + ls + docker run --rm -v '.:.' -w '.' 'aergus/latex' /bin/bash -eo pipefail ls - name: compile uses: xu-cheng/texlive-action@v2 with: