diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index aa3b9be..ab03ac9 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -108,7 +108,7 @@ jobs: - name: Clear jest cache run: npx jest --clear-cache - name: Run tests on beta - run: xvfb-run --auto-servernum npm run test:ee -- --ci + run: xvfb-run --auto-servernum npm run test:ee -- --ci --passWithNoTests continue-on-error: ${{ github.event_name != 'schedule' }} id: betatest env: