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
b300d42bb0
commit
9b4fb8ba7d
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -204,9 +204,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Inspect Git Version
|
||||
run: git --version
|
||||
|
||||
# Basic checkout using git
|
||||
- name: Checkout basic
|
||||
uses: ./
|
||||
@ -217,6 +214,8 @@ jobs:
|
||||
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