Skip to content

Commit

Permalink
chore(ci): Test engine cache with hash version
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Sep 20, 2022
1 parent d7c2bd8 commit 83ae590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/cache@v3
with:
path: .dart_tool/prisma
key: ${{ runner.os }}-${{ runner.arch }}-prisma-engines
key: ${{ runner.os }}-${{ runner.arch }}-prisma-engines-${{ hashFiles('**/lib/version.dart') }}
- name: Install dependencies
run: dart pub get
- name: Pre-download engines
Expand Down

0 comments on commit 83ae590

Please sign in to comment.