Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit f9d2c19

Browse files
committed
[Tests] do not fail fast; add react 17
1 parent 307a0f5 commit f9d2c19

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ jobs:
88
name: "Build & Test (React v${{ matrix.react_version}})"
99
runs-on: ubuntu-latest
1010
strategy:
11+
fail-fast: false
1112
matrix:
1213
react_version:
13-
- "0.14.9"
14-
- "15.0"
15-
- "15"
16-
- "16.0"
14+
- "17"
1715
- "16"
16+
- "16.0"
17+
- "15"
18+
- "15.0"
19+
- "0.14.9"
1820
steps:
1921
- uses: actions/checkout@v2
2022
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)