From 823fceebd3c828b59f34cc61bc401de251e8897f Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:10:55 +0000 Subject: [PATCH] fixed failing unit test --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e8cb19..9d3fe05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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