You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use separate steps for install, build and test (actions#192)
* Use separate steps for install, build and test
Having separate steps makes it easier to determine what failed.
Switching from `npm ci` to `npm install` because the Windows image uses node v8.10.0 and npm v5.6.0. `ci` was introduced in npm v5.7.0.
See actions/runner-images#88
* Remove `name`
0 commit comments