Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Feb 7, 2024
1 parent 1d41269 commit 59ad72d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ jobs:
enable-cache: true
working-directory: __tests__/fixtures/rye-project
cache-prefix: ${{ github.run_id }}-${{ github.run_attempt }}
- run: sudo apt update && sudo apt install -y tree
- run: tree /opt/hostedtoolcache/rye/0.11.0/x86_64/
- run: cat /opt/hostedtoolcache/rye/0.11.0/x86_64/self/tool-version.txt
- run: rye sync
working-directory: __tests__/fixtures/rye-project
- run: tree /opt/hostedtoolcache/rye/0.11.0/x86_64/
test-restore-cache:
runs-on: ubuntu-latest
needs: test-setup-cache
Expand Down

0 comments on commit 59ad72d

Please sign in to comment.