Skip to content

Commit bda4647

Browse files
committed
call moch directly
1 parent 68733f8 commit bda4647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
run: |
3535
NODE_ENV=testing
3636
DOTENV_CONFIG_PATH=./test/fixtures/.env.test
37-
npm test
37+
mocha -r dotenv/config ./test
3838
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)