diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index cccd059d28..d7244782eb 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -98,7 +98,7 @@ jobs: run: npm run build - name: Test - run: npm run test:unit -- -- --headless -b edge -c ${{ matrix.CONFIGS.config }} + run: npm run test:unit -- --headless -b edge -c ${{ matrix.CONFIGS.config }} safari: runs-on: macos-latest