Skip to content

Commit bdd439a

Browse files
authored
Update main.yml
1 parent cdf0b09 commit bdd439a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Lint
2525
run: yarn run eslint .
2626
- name: Test
27-
run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules --trace-warnings" npm test
27+
run: CI=true NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" npm test
2828
- name: Coveralls
2929
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)