diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bea44b31d..431787864 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: jobs: lint: - if: 'false' + # if: 'false' runs-on: ubuntu-22.04 timeout-minutes: 25 steps: @@ -93,7 +93,7 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} web-windows: - if: 'false' + # if: 'false' runs-on: windows-2022 timeout-minutes: 25 steps: @@ -156,7 +156,7 @@ jobs: continue-on-error: true windows: - if: 'false' + # if: 'false' needs: setup runs-on: windows-2022 timeout-minutes: 25 @@ -216,7 +216,7 @@ jobs: nuget push $PACKAGE_PATH -ApiKey ${{secrets.NUGET_TOKEN}} -Source "https://api.nuget.org/v3/index.json" linux: - if: 'false' + # if: 'false' needs: setup runs-on: ubuntu-22.04 timeout-minutes: 25 diff --git a/test-it/test.js b/test-it/test.js index 83ae426a9..2b71930ab 100755 --- a/test-it/test.js +++ b/test-it/test.js @@ -7,6 +7,9 @@ // Node Test runner for *.via files against Vireo Targets // Config file: testList.json + // Disable fetch in node 20 + global.fetch = undefined; + require('colors'); var fs = require('fs'), jsdiff = require('diff'),