We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f0f0b commit f5d35bcCopy full SHA for f5d35bc
1 file changed
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
id: test-cache
27
uses: actions/cache@v4
28
with:
29
- path: .test-cache
+ path: packages/tide-predictor/.test-cache
30
key: ${{ runner.os }}-test-cache
31
32
- name: Test build
0 commit comments