Commit Graph
24 Commits
Author SHA1 Message Date
David Lechner 6d9ce8f1e2 github: override app name for beta releases
Also upload everything to beta subdomain (beta subdomain will be used as
"staging" for stable release as well).
2021-06-23 14:57:00 -05:00
David Lechner 70de0d0323 github: drop if success()
This is implicit, so we don't need it explicitly.
2021-06-23 12:36:14 -05:00
David Lechner 5ec220ae5f github: exclude .well-known when uploading
The web hosting provider automatically creates this directory.
2021-06-08 15:31:18 -05:00
David Lechner a3bda0411f github: update action for release 2021-06-08 15:23:43 -05:00
David Lechner c346498d78 github: update tag matching for rc 2021-05-11 13:08:15 -05:00
David Lechner c1621d1bfa dependabot updates
- check daily (avoid weekly flood)
- update ignore patterns
2021-02-08 11:16:59 -06:00
David Lechner 6f36f3e8ac Create codeql-analysis.yml 2021-02-01 10:37:22 -06:00
David Lechner 19b898bb6c github: add coverage build for master branch 2021-01-24 15:01:27 -06:00
David Lechner 2082f3bf7d github: publish tags instead of master branch 2021-01-23 17:54:59 -06:00
David Lechner d04e022e83 drop use of GitHub package registry
Having to always authenticate to use packages hosted on GitHub was a
bit of a pain for developers and breaks dependabot.
2021-01-11 16:47:49 -06:00
David Lechner ac0c414245 update to node 12.x
fixes missing globalThis in CI tests
2021-01-08 20:55:49 -06:00
David Lechner 0d58a88c5b upgrade react-scripts
reverts 2b71b22
2021-01-08 13:31:33 -06:00
dependabot-preview[bot] 46a0605da8 Create Dependabot config file 2021-01-08 18:12:08 +00:00
David Lechner 235a61a4c2 Create dependabot.yml 2020-12-10 15:31:22 -06:00
David Lechner 2b71b22ffe github: unset CI for yarn build
Work around https://github.com/facebook/create-react-app/issues/9987
2020-11-20 22:11:07 -06:00
David Lechner 44b200d1cc github: use coveralls on master branch 2020-06-15 15:31:59 -05:00
David Lechner a59a0e96d1 github: use coveralls 2020-06-15 15:20:45 -05:00
David Lechner 199fc120ca github: remove private token
We should no longer need this since @pybricks packages are now public
2020-06-15 11:51:49 -05:00
David Lechner 7ba99d62bb github: make lftp verbose
also move the install to a separate step so it is easier to read the logs
2020-05-20 16:58:50 -05:00
David Lechner 1a57031dd7 github: drop cache
this doesn't seem to speed things up much, so let's remove it for now
2020-05-20 16:58:50 -05:00
David Lechner 19d9d9c29f github: rename CI test job ID
This conflicts with the ID in build-dev.yml
2020-05-20 16:46:35 -05:00
David Lechner 0171255be9 fix lint error 2020-05-20 16:30:39 -05:00
David Lechner 90817a1ae7 github: add CI for pull requests
and hacks to get tests working
2020-05-20 14:52:45 -05:00
David Lechner fce6b25e0b github: build and publish master branch 2020-05-04 16:32:47 -05:00