Skip to content

Commit

Permalink
Removed nw tests from GitHub push actions as they are not working rig…
Browse files Browse the repository at this point in the history
…ht now.
  • Loading branch information
ronilan committed Jun 29, 2024
1 parent 87acc11 commit 5d223a2
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,3 @@ jobs:
npm run test:s3
if: ${{ env.S3_BUCKET != '' }}

test-nw:
runs-on: ubuntu-18.04 # at current config the nw test requires python 2 as default. hence use older linux version
strategy:
matrix:
node: [18, 20, 22]
nw: [0.64.0, 0.50.2] # current version as of may 2022 and the one tested before introduction of this action.
name: NW.js ${{ matrix.nw }} on Node ${{ matrix.node }}

steps:
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v2

- name: Setup node ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

- name: Run Script
run: ./scripts/test-node-webkit.sh ${{ matrix.nw }}

0 comments on commit 5d223a2

Please sign in to comment.