Skip to content

Commit

Permalink
Allow beta tests to succeed with no tests
Browse files Browse the repository at this point in the history
They were disabled in a recent commit
  • Loading branch information
cpiber committed Aug 12, 2024
1 parent 32f2245 commit 73f53fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 73f53fd

Please sign in to comment.