This commit is contained in:
parent
7fec02c159
commit
3100d20959
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,13 @@ jobs:
|
||||||
pwd
|
pwd
|
||||||
ls /home
|
ls /home
|
||||||
echo "end outer print"
|
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
|
- name: compile
|
||||||
uses: xu-cheng/texlive-action@v2
|
uses: xu-cheng/texlive-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue