Skip to content

Commit 1647d52

Browse files
author
Marvin Frachet
authored
Bump cypress in example and LH to 8.6 (#129)
1 parent 421dd54 commit 1647d52

File tree

16 files changed

+2764
-2522
lines changed

16 files changed

+2764
-2522
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Feature request
3+
about: Create a feature request for something you think is useful
4+
title: ""
5+
labels: feature-request
6+
assignees: ""
7+
---
8+
9+
_Before creating a feature request, make sure another issue is not opened for the same thing._
10+
11+
**What would you like to see in the library?**
12+
A clear and concise description of what you would like to exist that does not exist yet.
13+
14+
**Why?**
15+
Why do you think it's an important feature for the project?
16+
17+
**Any other information that may help understanding the need**
18+
Links to resources, API suggestions etc...

.github/workflows/testing-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
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
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
strategy:
2727
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
2929
steps:
3030
- uses: actions/checkout@v2
3131
- uses: actions/setup-node@v2
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ${{ matrix.os }}
4848
strategy:
4949
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
5151
steps:
5252
- uses: actions/checkout@v2
5353
- uses: actions/setup-node@v2
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ${{ matrix.os }}
6969
strategy:
7070
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
7272
steps:
7373
- uses: actions/checkout@v2
7474
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)