We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0bf32 commit fee6f59Copy full SHA for fee6f59
.github/actions/test/action.yml
@@ -33,6 +33,8 @@ runs:
33
- name: Test all except headless
34
shell: bash
35
run: npx nx run-many -t test # --base=last-release <- add that back
36
+ env:
37
+ NODE_OPTIONS: --experimental-vm-modules
38
39
- name: Test Headless
40
uses: cypress-io/github-action@v5
0 commit comments