From 1c14e49649f5c148c18f13f353a9cf4886731c9e Mon Sep 17 00:00:00 2001 From: PauliusKu Date: Fri, 17 Jan 2025 14:28:33 +0200 Subject: [PATCH] fix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c622f34..371c230 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,4 +37,4 @@ jobs: if: runner.os == 'Linux' - run: npm run stability-test if: runner.os != 'Linux' - working-directory: ${{ github.workspace }}\AblFormatter\resources\stabilityTests + working-directory: ${{ github.workspace }}\resources\stabilityTests