|
9 | 9 | runs-on: ${{ matrix.os }} |
10 | 10 | strategy: |
11 | 11 | matrix: |
12 | | - os: [ubuntu-latest, macos-latest, windows-latest] |
| 12 | + os: [ubuntu-latest, macos-latest] # TODO: bring back windows-latest when cypress is fixed https://github.com/cypress-io/cypress/issues/16631 |
13 | 13 | steps: |
14 | 14 | - uses: actions/checkout@v2 |
15 | 15 | - uses: actions/setup-node@v2 |
|
25 | 25 | runs-on: ${{ matrix.os }} |
26 | 26 | strategy: |
27 | 27 | matrix: |
28 | | - os: [ubuntu-latest, macos-latest, windows-latest] |
| 28 | + os: [ubuntu-latest, macos-latest] # TODO: bring back windows-latest when cypress is fixed https://github.com/cypress-io/cypress/issues/16631 |
29 | 29 | steps: |
30 | 30 | - uses: actions/checkout@v2 |
31 | 31 | - uses: actions/setup-node@v2 |
|
47 | 47 | runs-on: ${{ matrix.os }} |
48 | 48 | strategy: |
49 | 49 | matrix: |
50 | | - os: [ubuntu-latest, macos-latest, windows-latest] |
| 50 | + os: [ubuntu-latest, macos-latest] # TODO: bring back windows-latest when cypress is fixed https://github.com/cypress-io/cypress/issues/16631 |
51 | 51 | steps: |
52 | 52 | - uses: actions/checkout@v2 |
53 | 53 | - uses: actions/setup-node@v2 |
|
68 | 68 | runs-on: ${{ matrix.os }} |
69 | 69 | strategy: |
70 | 70 | matrix: |
71 | | - os: [ubuntu-latest, macos-latest, windows-latest] |
| 71 | + os: [ubuntu-latest, macos-latest] # TODO: bring back windows-latest when cypress is fixed https://github.com/cypress-io/cypress/issues/16631 |
72 | 72 | steps: |
73 | 73 | - uses: actions/checkout@v2 |
74 | 74 | - uses: actions/setup-node@v2 |
|
0 commit comments