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