Commit Graph

15 Commits

Author SHA1 Message Date
Sean C. Sullivan ca86544176 GitHub Actions checkout v1 -> v2 2019-12-24 14:22:22 -08:00
Rachael Sewell 04e15fb463 Use product name 2019-12-20 14:55:35 -08:00
Chris Sidi a33d16cad6 Use separate steps for install, build and test (#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 https://github.com/actions/virtual-environments/issues/88

* Remove `name`
2019-11-12 11:06:49 -05:00
Andy McKay c7da5a7e80 Merge pull request #61 from leafac/patch-1
Use npm ci instead of npm install
2019-10-08 08:23:04 -07:00
Leandro Facchinetti f761ff73ad Keep the name the same 2019-10-08 09:45:07 -04:00
Leandro Facchinetti bc65c241ed Use npm ci instead of npm install
https://docs.npmjs.com/cli/ci.html
2019-08-21 11:12:54 -04:00
Scott Brenner c420664025 set this as an env on the run step 2019-08-16 10:19:02 -07:00
Scott Brenner cf1fc1135e Node workflow - force Jest to run in CI-mode
https://create-react-app.dev/docs/running-tests#linux-macos-bash
2019-08-15 17:05:04 -07:00
Danny McCormick 3b54d16037 Update setup actions to use *-version (#31) 2019-08-14 14:05:28 -04:00
Danny McCormick ee61b8e679 v1 tags for checkout (#38) 2019-08-14 10:43:09 -04:00
Wes Todd c8c75ef38f test node in all current versions (#19) 2019-08-12 08:50:58 -04:00
Chris Patterson b13ec89084 Initial formatting 2019-08-06 16:37:30 -07:00
Danny McCormick 17db7d1efb Update templates to use v1 tag 2019-08-02 10:30:20 -04:00
Mike Coutermarsh 0573c4109f Run yaml lint and correct errors 2019-07-31 16:52:59 -07:00
Andy McKay 4d7a741e07 first pass at the templates 2019-07-29 09:38:23 -07:00