Skip to content

Commit 54ff289

Browse files
committed
Remove test matrix
1 parent e5a61cf commit 54ff289

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
node-version: 15
4141
- run: npm ci
4242
- run: npm run-s test:flow
43-
coverage:
44-
name: Coverage
43+
test:
44+
name: Test
4545
runs-on: ubuntu-latest
4646
steps:
4747
- uses: actions/checkout@v2
@@ -53,28 +53,6 @@ jobs:
5353
- uses: coverallsapp/[email protected]
5454
with:
5555
github-token: ${{ secrets.GITHUB_TOKEN }}
56-
test:
57-
name: Test - ${{ matrix.os }}/Node ${{ matrix.node_version }}
58-
strategy:
59-
fail-fast: false
60-
matrix:
61-
node_version:
62-
- 10
63-
- 12
64-
- 14
65-
- 15
66-
os:
67-
- macos-latest
68-
- ubuntu-latest
69-
- windows-latest
70-
runs-on: ${{ matrix.os }}
71-
steps:
72-
- uses: actions/checkout@v2
73-
- uses: actions/setup-node@v2
74-
with:
75-
node-version: ${{ matrix.node_version }}
76-
- run: npm ci
77-
- run: npm run-s test:unit
7856
build:
7957
name: Build - ${{ matrix.os }}/Node ${{ matrix.node_version }}
8058
strategy:
@@ -105,7 +83,6 @@ jobs:
10583
- prettier
10684
- flow
10785
- test
108-
- coverage
10986
- build
11087
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
11188
name: GitHub Pages
@@ -131,7 +108,6 @@ jobs:
131108
- prettier
132109
- flow
133110
- test
134-
- coverage
135111
- build
136112
if: github.event.action == 'published'
137113
name: Publish

0 commit comments

Comments
 (0)