mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 17:12:03 +03:00
feat: updated test to make all checks in only one check
This commit is contained in:
parent
18e5a0dd62
commit
e12b86ed41
2 changed files with 8 additions and 16 deletions
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
|
@ -113,22 +113,14 @@ jobs:
|
|||
- name: Verify submodules recursive
|
||||
run: __test__/verify-submodules-recursive.sh
|
||||
|
||||
# Sparse checkout basic example
|
||||
- name: Sparse checkout basic example
|
||||
uses: ./
|
||||
with:
|
||||
sparse-checkout: __test__
|
||||
- name: Verify sparse checkout basic
|
||||
run: __test__/verify-sparse-checkout-basic.sh
|
||||
|
||||
# Sparse checkout example
|
||||
- name: Sparse checkout example
|
||||
# Sparse checkout
|
||||
- name: Sparse checkout
|
||||
uses: ./
|
||||
with:
|
||||
sparse-checkout: |
|
||||
__test__
|
||||
.github
|
||||
src
|
||||
dist
|
||||
- name: Verify sparse checkout basic
|
||||
run: __test__/verify-sparse-checkout-basic.sh
|
||||
- name: Verify sparse checkout example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue