Skip to content

Commit 05d7a6f

Browse files
committed
Removed nw tests from GitHub push actions as they are not working right now.
1 parent 9f84d78 commit 05d7a6f

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,3 @@ jobs:
5353
npm run test:s3
5454
if: ${{ env.S3_BUCKET != '' }}
5555

56-
test-nw:
57-
runs-on: ubuntu-18.04 # at current config the nw test requires python 2 as default. hence use older linux version
58-
strategy:
59-
matrix:
60-
node: [18, 20, 22]
61-
nw: [0.64.0, 0.50.2] # current version as of may 2022 and the one tested before introduction of this action.
62-
name: NW.js ${{ matrix.nw }} on Node ${{ matrix.node }}
63-
64-
steps:
65-
- name: Checkout ${{ github.ref }}
66-
uses: actions/checkout@v2
67-
68-
- name: Setup node ${{ matrix.node }}
69-
uses: actions/setup-node@v2
70-
with:
71-
node-version: ${{ matrix.node }}
72-
73-
- name: Run Script
74-
run: ./scripts/test-node-webkit.sh ${{ matrix.nw }}

0 commit comments

Comments
 (0)