File tree Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Original file line number Diff line number Diff line change 40
40
node-version : 15
41
41
- run : npm ci
42
42
- run : npm run-s test:flow
43
- coverage :
44
- name : Coverage
43
+ test :
44
+ name : Test
45
45
runs-on : ubuntu-latest
46
46
steps :
47
47
- uses : actions/checkout@v2
53
53
-
uses :
coverallsapp/[email protected]
54
54
with :
55
55
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
78
56
build :
79
57
name : Build - ${{ matrix.os }}/Node ${{ matrix.node_version }}
80
58
strategy :
105
83
- prettier
106
84
- flow
107
85
- test
108
- - coverage
109
86
- build
110
87
if : github.event_name == 'push' && github.ref == 'refs/heads/main'
111
88
name : GitHub Pages
@@ -131,7 +108,6 @@ jobs:
131
108
- prettier
132
109
- flow
133
110
- test
134
- - coverage
135
111
- build
136
112
if : github.event.action == 'published'
137
113
name : Publish
You can’t perform that action at this time.
0 commit comments