Skip to content

Commit

Permalink
Retry full build
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Apr 25, 2024
1 parent cbd360a commit 9f3a339
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
lint:
if: 'false'
# if: 'false'
runs-on: ubuntu-22.04
timeout-minutes: 25
steps:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
continue-on-error: true

windows:
if: 'false'
# if: 'false'
needs: setup
runs-on: windows-2022
timeout-minutes: 25
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions test-it/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 9f3a339

Please sign in to comment.