Skip to content

Commit

Permalink
Fix broken CI (#4809)
Browse files Browse the repository at this point in the history
* Fix broken CI

Signed-off-by: Matteo Collina <[email protected]>

* fixup

Signed-off-by: Matteo Collina <[email protected]>

---------

Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina authored Jun 9, 2023
1 parent 196c89d commit 6ca905a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
npm run test:ci
env:
NODE_OPTIONS=no-network-family-autoselection
NODE_OPTIONS: no-network-family-autoselection

automerge:
if: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
npm run coverage:ci
env:
NODE_OPTIONS=no-network-family-autoselection
NODE_OPTIONS: no-network-family-autoselection

- uses: actions/upload-artifact@v3
if: ${{ success() }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
npm run coverage:ci
env:
NODE_OPTIONS=no-network-family-autoselection
NODE_OPTIONS: no-network-family-autoselection

- uses: actions/upload-artifact@v3
if: ${{ success() }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:validator:integrity": "npm run build:validation && git diff --quiet --ignore-all-space --ignore-blank-lines --ignore-cr-at-eol lib/error-serializer.js && git diff --quiet --ignore-all-space --ignore-blank-lines --ignore-cr-at-eol lib/configValidator.js",
"test:typescript": "tsc test/types/import.ts && tsd",
"test:watch": "npm run unit -- -w --no-coverage-report -R terse",
"unit": "NODE_OPTIONS=no-network-family-autoselection tap",
"unit": "tap",
"unit:junit": "tap-mocha-reporter xunit < out.tap > test/junit-testresults.xml",
"unit:report": "tap --cov --coverage-report=html --coverage-report=cobertura | tee out.tap"
},
Expand Down

0 comments on commit 6ca905a

Please sign in to comment.