mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 06:19:24 +00:00
feat: added __test__ as sparse-checkout directory in order to be able to have the test scripts
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -117,7 +117,7 @@ jobs:
|
||||
- name: Sparse checkout basic example
|
||||
uses: ./
|
||||
with:
|
||||
sparse-checkout: .
|
||||
sparse-checkout: __test__
|
||||
- name: Verify sparse checkout basic
|
||||
run: __test__/verify-sparse-checkout-basic.sh
|
||||
|
||||
@@ -126,6 +126,7 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
sparse-checkout: |
|
||||
__test__
|
||||
.github
|
||||
src
|
||||
- name: Verify sparse checkout basic
|
||||
|
||||
Reference in New Issue
Block a user