Skip to content

Commit

Permalink
use sparse-checkout with cone-mode false
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed Apr 16, 2024
1 parent c0a3f45 commit 7d28fe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: 'bitmovin-analytics-datasource'
sparse-checkout: |
bitmovin-analytics-datasource
sparse-checkout-cone-mode: false
- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down

0 comments on commit 7d28fe2

Please sign in to comment.