One last try with window-16-cores

This commit is contained in:
Pierre Jacquier
2024-12-17 04:18:57 -05:00
parent 30903aeeee
commit 0c74e3ccad

View File

@ -1,7 +1,7 @@
name: E2E Tests name: E2E Tests
on: on:
push: push:
branches: [ main ] branches: [ main, pierremtb/electron-tests-one-last-try-16-core-win ]
pull_request: pull_request:
branches: [ main ] branches: [ main ]
@ -39,7 +39,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [namespace-profile-ubuntu-8-cores, namespace-profile-macos-8-cores, windows-latest-8-cores] # os: [namespace-profile-ubuntu-8-cores, namespace-profile-macos-8-cores, windows-latest-8-cores]
os: [windows-16-cores]
shardIndex: [1, 2, 3, 4] shardIndex: [1, 2, 3, 4]
shardTotal: [4] shardTotal: [4]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}