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 914b0e8 commit 0d526cc
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 @@ -79,9 +79,9 @@ jobs:

- name: Prepare environment for Docker container
run: |
mkdir -p docker_workspace && \
cp -r ${{ github.workspace }}/* docker_workspace/ && \
cp -r ${{ env.STORE_PATH }} docker_workspace/.pnpm-store
mkdir -p ${{ runner.temp }}/docker_workspace && \
rsync -a ${{ github.workspace }}/ ${{ runner.temp }}/docker_workspace/ && \
rsync -a ${{ env.STORE_PATH }} ${{ runner.temp }}/docker_workspace/.pnpm-store
- name: Run Unit Tests in Docker container
run: |
Expand Down

0 comments on commit 0d526cc

Please sign in to comment.