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 68733f8 commit bda4647Copy full SHA for bda4647
.github/workflows/tests.yml
@@ -34,5 +34,5 @@ jobs:
34
run: |
35
NODE_ENV=testing
36
DOTENV_CONFIG_PATH=./test/fixtures/.env.test
37
- npm test
+ mocha -r dotenv/config ./test
38
if: matrix.os == 'ubuntu-latest'
0 commit comments