We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846fa7c commit 94a4302Copy full SHA for 94a4302
1 file changed
.github/workflows/sonar.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: ./.github/actions/setup-node-pnpm-install
25
26
- name: Run Tests
27
- run: export NODE_OPTIONS=--experimental-vm-modules && pnpm test:ci
+ run: pnpm test:ci
28
29
- name: SonarQube Scan
30
uses: sonarsource/sonarqube-scan-action@master
0 commit comments