Skip to content

Commit 508b69c

Browse files
committed
perf(ci): 🛠️ enable sparse checkout for tests and cli-tips.sh
* Updated the GitHub Actions workflow to use sparse checkout. * This change optimizes the checkout process by only fetching necessary files.
1 parent 32eef07 commit 508b69c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
# Checkout the repository
1818
- name: 📥 Checkout Repository
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+
with:
21+
sparse-checkout: |
22+
tests/
23+
cli-tips.sh
2024
2125
# - name: ⚙️ Install dependencies
2226
# run: sudo apt install parallels

0 commit comments

Comments
 (0)