mirror of
https://githubfast.com/actions/checkout.git
synced 2024-10-30 16:50:46 +00:00
Fix order-of-operations in test.yml
This commit is contained in:
parent
9b4fb8ba7d
commit
9397c07555
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -210,12 +210,12 @@ jobs:
|
||||
with:
|
||||
ref: test-data/v2/basic
|
||||
path: basic
|
||||
- name: Inspect Git Version
|
||||
run: git --version
|
||||
- name: Verify basic
|
||||
run: __test__/verify-basic.sh
|
||||
|
||||
# Basic checkout using REST API
|
||||
- name: Inspect Git Version
|
||||
run: git --version
|
||||
- name: Remove basic
|
||||
run: rm -rf basic
|
||||
- name: Override git version
|
||||
|
Loading…
Reference in New Issue
Block a user