Skip to content

Commit c4019b3

Browse files
committed
fix(ci): fix sparse-checkout patterns
```diff -tests/ +test/ ```
1 parent 508b69c commit c4019b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
with:
2121
sparse-checkout: |
22-
tests/
22+
test/
2323
cli-tips.sh
2424
2525
# - name: ⚙️ Install dependencies

0 commit comments

Comments
 (0)