mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 05:20:06 +02:00
Inspect git version during test-proxy
This commit is contained in:
parent
268a122c29
commit
b300d42bb0
1 changed files with 6 additions and 3 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -8,7 +8,7 @@ on:
|
||||||
- releases/*
|
- releases/*
|
||||||
|
|
||||||
|
|
||||||
# Note when you see patterns like "ref: test-data/v2/basic" within this workflow,
|
# Note that when you see patterns like "ref: test-data/v2/basic" within this workflow,
|
||||||
# these refer to "test-data" branches on this actions/checkout repo.
|
# these refer to "test-data" branches on this actions/checkout repo.
|
||||||
# (For example, test-data/v2/basic -> https://github.com/actions/checkout/tree/test-data/v2/basic)
|
# (For example, test-data/v2/basic -> https://github.com/actions/checkout/tree/test-data/v2/basic)
|
||||||
|
|
||||||
|
@ -204,14 +204,17 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Inspect Git Version
|
||||||
|
run: git --version
|
||||||
|
|
||||||
# Basic checkout using git
|
# Basic checkout using git
|
||||||
- name: Checkout basic
|
- name: Checkout basic
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
ref: test-data/v2/basic
|
ref: test-data/v2/basic
|
||||||
path: basic
|
path: basic
|
||||||
# - name: Verify basic
|
- name: Verify basic
|
||||||
# run: __test__/verify-basic.sh
|
run: __test__/verify-basic.sh
|
||||||
|
|
||||||
# Basic checkout using REST API
|
# Basic checkout using REST API
|
||||||
- name: Remove basic
|
- name: Remove basic
|
||||||
|
|
Loading…
Add table
Reference in a new issue