Paul O’Shannessy
0a827f69ab
Migrate from Azure Pipelines to GitHub Actions ( #13222 )
...
Beyond just a pure migration, this also:
- Drops Node 14 usage from CI (which also removes the need for explicit
npm 8 installs)
- Removes the "old node" test, which just checked that installing on old
node failed. We shouldn't need to test that
- Consolidates the build & test workflows so we don't end up with
a proliferation of workflows.
2023-06-14 13:58:56 -07:00
Luke Karrys
f99167c014
chore(lint): lint all files ( #12288 )
...
This change consolidates all lint rules and paths to the root of the
repo, and runs them as part of the `lint` workflow.
2022-04-13 13:38:38 -07:00
Luke Karrys
657739fb15
chore(test): make all tests install with npm ci ( #11723 )
2021-12-08 11:40:53 -07:00
Morten N.O. Nørgaard Henriksen
e8319da3d8
[WIP] Fix integration test teardown / cleanup and missing yarn installation ( #11686 )
2021-12-01 09:58:53 -07:00
Luke Karrys
ece4dbf3a5
Use npm v7 with workspaces for local development and testing ( #11304 )
2021-09-01 11:14:03 -06:00
Morten N.O. Nørgaard Henriksen
f0a837c1f0
Webpack 5 ( #11201 )
...
Co-authored-by: Ian Schmitz <ianschmitz@gmail.com >
Co-authored-by: jasonwilliams <jase.williams@gmail.com >
Co-authored-by: Joseph Atkins-Turkish <spacerat3004@gmail.com >
Co-authored-by: e-w-h <46170930+e-w-h@users.noreply.github.com >
Co-authored-by: Shamprasad RH <shamprasad.rh@mail.weir >
Co-authored-by: James George <jamesgeorge998001@gmail.com >
2021-08-04 11:24:41 -06:00
Dan Abramov
bb64e31a81
Switch branch name
2021-07-07 16:44:39 +01:00
James George
7bdeced849
test(create-react-app): add integration tests ( #10381 )
2021-05-12 12:08:17 -06:00
Ian Sutherland
99d71f3068
Re-enable GitHub Actions ( #8029 )
2019-11-25 15:15:38 -07:00
Ian Sutherland
9df95df540
Temporarily disable GitHub Actions ( #7978 )
2019-11-13 17:07:10 -07:00
Ian Sutherland
1d03579f51
Add Alex to lint documentation ( #7852 )
...
* Add Alex to lint documentation
* Attempt to trigger GitHub Action
* Configure Alex and update docs
* More docs updates
2019-10-24 11:14:15 -07:00
Ian Sutherland
9788522d87
Add a GitHub Action that runs the build script ( #7861 )
2019-10-21 20:08:30 -06:00