From 4f7579cdc9e0e2f311c0e8d7aa007102ea5cd66a Mon Sep 17 00:00:00 2001 From: wyatt Date: Sun, 22 Oct 2023 12:18:42 -0700 Subject: [PATCH] fixed script path --- .github/workflows/test-all-patches-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-all-patches-action.yml b/.github/workflows/test-all-patches-action.yml index 25cbd7e..35615fd 100644 --- a/.github/workflows/test-all-patches-action.yml +++ b/.github/workflows/test-all-patches-action.yml @@ -26,4 +26,4 @@ jobs: ls - name: Run Tests - run: ./testPatches.sh ./src-dir ./wiki-dir + run: ./src-dir/.github/workflows/testPatches.sh ./src-dir ./wiki-dir