manual docker call
Some checks failed
Gitea Actions Demo / checkout (push) Failing after -53s

This commit is contained in:
Maximilian Keßler 2023-10-16 16:20:29 +02:00
parent 7fec02c159
commit 3100d20959
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -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: