Skip to content

Commit

Permalink
change working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 24, 2024
1 parent 926fbb5 commit 905488f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
path: ${{ runner.temp }}/dj-${{ github.run_id }}
path: dj-${{ github.run_id }}

- name: Setup docker compose
working-directory: .github/workflows/docker
Expand All @@ -41,4 +41,4 @@ jobs:
- name: Cleanup workspace
if: always()
run: |
rm -rf ${{ runner.temp }}/dj-${{ github.run_id }}
rm -rf dj-${{ github.run_id }}

0 comments on commit 905488f

Please sign in to comment.