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