File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v3
16
16
17
17
- name : Setup Node.js and website deps
18
- uses : ./.github/actions/setup-- website-deps
18
+ uses : ./.github/actions/setup-website-deps
19
19
20
20
- name : Build website
21
21
run : yarn --cwd website build
Original file line number Diff line number Diff line change 59
59
run : yarn flow
60
60
61
61
test :
62
- needs : [install-cached-deps ]
62
+ needs : [lint, typecheck ]
63
63
runs-on : ubuntu-latest
64
64
name : Test React 18
65
65
steps :
76
76
uses : codecov/codecov-action@v2
77
77
78
78
test-react-17 :
79
- needs : [install-cached-deps ]
79
+ needs : [test ]
80
80
runs-on : ubuntu-latest
81
81
name : Test React 17
82
82
steps :
@@ -90,15 +90,15 @@ jobs:
90
90
run : yarn test:ci:react:17
91
91
92
92
test-website :
93
- needs : [install-cached-deps ]
93
+ needs : [lint, typecheck ]
94
94
runs-on : ubuntu-latest
95
95
name : Test Website
96
96
steps :
97
97
- name : Checkout
98
98
uses : actions/checkout@v3
99
99
100
100
- name : Setup Node.js and website deps
101
- uses : ./.github/actions/setup-- website-deps
101
+ uses : ./.github/actions/setup-website-deps
102
102
103
103
- name : Build website
104
104
run : yarn --cwd website build
You can’t perform that action at this time.
0 commit comments