From e13065e121d1371c46e7dfba0e61b6d5c6c77cb4 Mon Sep 17 00:00:00 2001 From: MLopez-Ibanez <2620021+MLopez-Ibanez@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:29:25 +0100 Subject: [PATCH] update PATH --- .github/workflows/test-and-deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index a32f937..fa9db7d 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -85,10 +85,12 @@ jobs: echo "Install ${texlive_root}/texlive_packages" tlmgr install $(sed 's/\s*#.*//;/^\s*$/d' "${texlive_root}/texlive_packages") tlmgr path add + echo $PATH + echo "PATH=$PATH:$HOME/bin:$HOME/.local/bin" >> $GITHUB_ENV - name: Run test if: ${{ success() && env.FILES_CHANGED != 0 }} - run: cd test && ./test.sh + run: echo $PATH && cd test && ./test.sh - name: Compress PDFs if: ${{ success() && env.FILES_CHANGED != 0 }}