Skip to content

Commit

Permalink
ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlang committed Jun 19, 2024
1 parent 1ae9a99 commit f25cf1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:
- name: Run Unit Tests in Docker container
run: |
docker run --rm \
-v ${{ github.workspace }}:/app \
-v $HOME/.pnpm-store:/root/.pnpm-store \
-v ${{ github.workspace }}:/workspace \
-v $HOME/.pnpm-store:$HOME/.pnpm-store \
-v /usr/local/lib/node_modules:/usr/local/lib/node_modules \
-v /usr/local/bin:/usr/local/bin \
-w /app texlive/texlive:latest \
-w /workspace texlive/texlive:latest \
pnpm test
- name: Upload test artifacts
Expand Down

0 comments on commit f25cf1c

Please sign in to comment.