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 41d6d66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
- name: Setup with cache
uses: ./
with:
version: '0.11.0'
version: '0.21.0'
enable-cache: true
working-directory: __tests__/fixtures/rye-project
cache-prefix: ${{ github.run_id }}-${{ github.run_attempt }}
- run: cat /opt/hostedtoolcache/rye/0.21.0/x86_64/self/tool-version.txt
- run: rye sync
working-directory: __tests__/fixtures/rye-project
- run: cat /opt/hostedtoolcache/rye/0.21.0/x86_64/self/tool-version.txt
test-restore-cache:
runs-on: ubuntu-latest
needs: test-setup-cache
Expand All @@ -28,7 +30,7 @@ jobs:
id: restore
uses: ./
with:
version: '0.11.0'
version: '0.21.0'
enable-cache: true
working-directory: __tests__/fixtures/rye-project
cache-prefix: ${{ github.run_id }}-${{ github.run_attempt }}
Expand Down

0 comments on commit 41d6d66

Please sign in to comment.