From 04fd4ec4061668b780778d6ea430412f29cb7019 Mon Sep 17 00:00:00 2001 From: SpacialCircumstances Date: Thu, 2 Jan 2025 17:27:49 +0100 Subject: [PATCH] Another pipeline fix --- .github/workflows/nodejs-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nodejs-ci.yml b/.github/workflows/nodejs-ci.yml index 046621e92..1233ea2fb 100644 --- a/.github/workflows/nodejs-ci.yml +++ b/.github/workflows/nodejs-ci.yml @@ -29,5 +29,6 @@ jobs: - run: npm run check - run: npm run build --if-present - run: npm test + working-directory: ${{ env.directory-server }} env: CI: true