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 b2a5845 commit 413a728Copy full SHA for 413a728
.github/workflows/ci.yml
@@ -83,8 +83,8 @@ jobs:
83
uses: actions/setup-node@v3
84
with:
85
node-version: 18
86
- - run: npm install mocha@^8.2 esm chai
87
- - run: npx mocha -r esm ${{ github.workspace }}/internal/nginx/modules/test/httpmatches.test.js
+ - run: npm --prefix ${{ github.workspace }}/internal/nginx/modules install
+ - run: npm --prefix ${{ github.workspace }}/internal/nginx/modules test
88
89
binary:
90
name: Build Binary
.gitignore
@@ -27,7 +27,7 @@ cover.html
27
build/.out
28
29
# Node modules
30
-internal/nginx/modules/node_modules
+node_modules/
31
32
# JS test coverage
33
internal/nginx/modules/coverage
0 commit comments