Compare commits

...

2 Commits

Author SHA1 Message Date
John Wesley Walker III
2c1d492c24 fix unit test 2024-06-12 16:25:41 +00:00
John Wesley Walker III
823fceebd3 fixed failing unit test 2024-06-12 16:10:55 +00:00

View File

@@ -266,11 +266,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.6
with:
path: v4
path: localClone
# Basic checkout using git
- name: Checkout basic
uses: ./v4.1.6
uses: ./localClone
with:
ref: test-data/v2/basic
- name: Verify basic
@@ -294,4 +294,4 @@ jobs:
- name: Fix Checkout v4
uses: actions/checkout@v4.1.6
with:
path: v4
path: localClone