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
This commit is contained in:
Janne Valkealahti
2022-05-10 09:40:56 +01:00
parent 8af3bd892e
commit 1a1864f8c5
7 changed files with 4431 additions and 3105 deletions

View File

@@ -11,7 +11,7 @@ jobs:
matrix:
include:
- nickname: win
os: windows-2019
os: windows-latest
graal: 22.0.0.2
- nickname: macos
os: macos-latest
@@ -36,7 +36,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- run: |
./mvnw clean package -Pnative
- uses: actions/upload-artifact@v2