Skip to content

Commit 94a4302

Browse files
committed
fix(ci): test runner not working in sonar workflow
1 parent 846fa7c commit 94a4302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ./.github/actions/setup-node-pnpm-install
2525

2626
- name: Run Tests
27-
run: export NODE_OPTIONS=--experimental-vm-modules && pnpm test:ci
27+
run: pnpm test:ci
2828

2929
- name: SonarQube Scan
3030
uses: sonarsource/sonarqube-scan-action@master

0 commit comments

Comments
 (0)