diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db9ed1b..59d58f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: with: node-version: "16" - run: npm install - - run: npm test -- --ci --reporters=default --reporters=jest-junit + - run: npm run ghworkflowtest -- --ci --reporters=default --reporters=jest-junit - name: update Airtable if: always() run: node ./.scripts/main.js JS ${{github.actor}} https://github.com/${{github.repository}}