Skip to content

Commit

Permalink
ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlang committed Jun 20, 2024
1 parent 8c53fed commit 446216b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Clear up disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -56,6 +56,13 @@ jobs:
docker save texlive/texlive:latest -o docker_cache/texlive_image.tar
fi
- name: Debug PATH
run: |
docker run --rm \
-v ${{ runner.temp }}/docker_workspace:/workspace \
-w /workspace texlive/texlive:latest \
/bin/bash -c "echo \$PATH && which pdfinfo && which pdftocairo"
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 446216b

Please sign in to comment.