We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b288a4c commit c5b0ad2Copy full SHA for c5b0ad2
.github/workflows/run-tests.yml
@@ -87,6 +87,7 @@ jobs:
87
# Fixtures only need to be rebuilt if anything in the tests/fixtures directory changes,
88
# so we're using a hash of the files in that directory as the cache key.
89
run: echo "key=$(git ls-files -s tests/fixtures/ tests/prepare.mjs | git hash-object --stdin)" >> "$GITHUB_OUTPUT"
90
+ shell: bash
91
- name: Cache Fixtures
92
id: cache-fixtures
93
uses: actions/cache@v4
0 commit comments