From ffffe563b60e59320b58cf3894e0b11e9cb31eea Mon Sep 17 00:00:00 2001 From: Unmesh Gundecha Date: Sat, 6 Jul 2024 12:44:50 +0800 Subject: [PATCH] Fix --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a7f17ab..136da9c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -22,6 +22,6 @@ jobs: node-version: '16.x' - name: Run Checklist - shell: 'cd test && script -q -e -c "bash {0}"' - run: npm ci && npx eslint . && npm run test + shell: 'script -q -e -c "bash {0}"' + run: cd test && npm ci && npx eslint . && npm run test \ No newline at end of file