mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 05:20:06 +02:00
Fix order-of-operations in test.yml
This commit is contained in:
parent
9b4fb8ba7d
commit
9397c07555
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -210,12 +210,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: test-data/v2/basic
|
ref: test-data/v2/basic
|
||||||
path: basic
|
path: basic
|
||||||
|
- name: Inspect Git Version
|
||||||
|
run: git --version
|
||||||
- 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: Inspect Git Version
|
|
||||||
run: git --version
|
|
||||||
- name: Remove basic
|
- name: Remove basic
|
||||||
run: rm -rf basic
|
run: rm -rf basic
|
||||||
- name: Override git version
|
- name: Override git version
|
||||||
|
|
Loading…
Add table
Reference in a new issue