diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index bde37b1..4c6b712 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -22,5 +22,6 @@ jobs: node-version: '12.x' - name: Run Checklist + shell: 'script -q -e -c "bash {0}"' run: npm ci && npx eslint test/. && npm run test \ No newline at end of file