0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-16 14:18:19 +02:00

fix order-of-operations in test.yml

This commit is contained in:
John Wesley Walker III 2024-02-16 15:14:37 +01:00 committed by GitHub
parent b300d42bb0
commit 9b4fb8ba7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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