Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestion from @DrJKL
Co-authored-by: Alexander Brown <[email protected]>
  • Loading branch information
2 people authored and christian-byrne committed Aug 24, 2025
commit 36762b828c2e7043e063d8c5bdc5b90aae9c8e60
2 changes: 1 addition & 1 deletion .github/workflows/vitest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: actions/cache@v4
with:
path: |
node_modules/.cache
.cache
coverage
node_modules/.cache
.vitest-cache
key: vitest-cache-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('src/**/*.{ts,vue,js}', 'vitest.config.*', 'tsconfig.json') }}
restore-keys: |
Expand Down