From 5d223a205d2f1e7c4d3fd04652c7d10779b51067 Mon Sep 17 00:00:00 2001 From: Ron Ilan Date: Fri, 28 Jun 2024 23:31:57 -0700 Subject: [PATCH] Removed nw tests from GitHub push actions as they are not working right now. --- .github/workflows/push.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5870f2fc..27e8e433 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 }}