Skip to content

Commit 1a1864f

Browse files
committed
Update e2e tests
- Tweak things on win for settings combinations which might work with all trouble you're getting from win versions and node-pty, etc. - Relates #401
1 parent 8af3bd8 commit 1a1864f

File tree

7 files changed

+5026
-3700
lines changed

7 files changed

+5026
-3700
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
include:
1313
- nickname: win
14-
os: windows-2019
14+
os: windows-latest
1515
graal: 22.0.0.2
1616
- nickname: macos
1717
os: macos-latest
@@ -36,7 +36,7 @@ jobs:
3636
github-token: ${{ secrets.GITHUB_TOKEN }}
3737
- uses: actions/setup-node@v2
3838
with:
39-
node-version: '14'
39+
node-version: '16'
4040
- run: |
4141
./mvnw clean package -Pnative
4242
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)