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 96fab03 commit c0a3f45
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,16 @@ jobs:
runs-on: ubuntu-latest
env:
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
defaults:
run:
working-directory: ./bitmovin-analytics-datasource
steps:
- uses: actions/checkout@v4
with:
path: bitmovin-analytics-datasource
sparse-checkout: 'bitmovin-analytics-datasource'
sparse-checkout-cone-mode: false
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
path: bitmovin-analytics-datasource

- name: Install dependencies
run: yarn install --immutable --prefer-offline
Expand Down

0 comments on commit c0a3f45

Please sign in to comment.