mirror of
https://github.com/actions/checkout.git
synced 2025-04-20 09:36:45 +00:00
Merge 4475b1ceed
into cd7d8d697e
This commit is contained in:
commit
ff5874f76b
9 changed files with 219 additions and 103 deletions
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
|
@ -165,6 +165,17 @@ jobs:
|
|||
- name: Verify submodules recursive
|
||||
run: __test__/verify-submodules-recursive.sh
|
||||
|
||||
# Submodules fetchJobs
|
||||
- name: Checkout submodules true
|
||||
uses: ./
|
||||
with:
|
||||
ref: test-data/v2/submodule-ssh-url
|
||||
path: submodules-true
|
||||
submodules: recursive
|
||||
submodules-fetch-jobs: "10"
|
||||
- name: Verify submodules true
|
||||
run: __test__/verify-submodules-with-jobs.sh
|
||||
|
||||
# Basic checkout using REST API
|
||||
- name: Remove basic
|
||||
if: runner.os != 'windows'
|
||||
|
@ -257,7 +268,7 @@ jobs:
|
|||
path: basic
|
||||
- name: Verify basic
|
||||
run: __test__/verify-basic.sh --archive
|
||||
|
||||
|
||||
test-git-container:
|
||||
runs-on: ubuntu-latest
|
||||
container: bitnami/git:latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue