Skip to content

Commit c5b0ad2

Browse files
authored
chore: fix bug with computing fixture cache key on windows (#312)
1 parent b288a4c commit c5b0ad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
# Fixtures only need to be rebuilt if anything in the tests/fixtures directory changes,
8888
# so we're using a hash of the files in that directory as the cache key.
8989
run: echo "key=$(git ls-files -s tests/fixtures/ tests/prepare.mjs | git hash-object --stdin)" >> "$GITHUB_OUTPUT"
90+
shell: bash
9091
- name: Cache Fixtures
9192
id: cache-fixtures
9293
uses: actions/cache@v4

0 commit comments

Comments
 (0)