Skip to content

Commit

Permalink
ci(test): disable cone mode in the sparse checkout (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal authored Jan 25, 2024
1 parent 841e089 commit 9cda0a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
path: setup-poetry-action
sparse-checkout: action.yaml
sparse-checkout-cone-mode: false

- name: Setup Poetry
uses: ./setup-poetry-action
Expand All @@ -35,6 +36,7 @@ jobs:
with:
path: setup-poetry-action
sparse-checkout: action.yaml
sparse-checkout-cone-mode: false

- name: Setup Poetry With a Specific Version
uses: ./setup-poetry-action
Expand All @@ -55,6 +57,7 @@ jobs:
with:
path: setup-poetry-action
sparse-checkout: action.yaml
sparse-checkout-cone-mode: false

- name: Setup Poetry Without Cache
uses: ./setup-poetry-action
Expand Down

0 comments on commit 9cda0a5

Please # to comment.