Skip to content

Commit

Permalink
update PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
MLopez-Ibanez committed Sep 28, 2023
1 parent 9961bb8 commit e13065e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e13065e

Please sign in to comment.