Skip to content

Commit

Permalink
perf(ci): 🛠️ enable sparse checkout for tests and cli-tips.sh
Browse files Browse the repository at this point in the history
* Updated the GitHub Actions workflow to use sparse checkout.
* This change optimizes the checkout process by only fetching necessary files.
  • Loading branch information
okineadev committed Nov 20, 2024
1 parent 32eef07 commit 508b69c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
# Checkout the repository
- name: 📥 Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
sparse-checkout: |
tests/
cli-tips.sh
# - name: ⚙️ Install dependencies
# run: sudo apt install parallels
Expand Down

0 comments on commit 508b69c

Please sign in to comment.