XhmikosR
c93d754d35
CI: remove the cache fallback and shorten cache key ( #33012 )
2021-02-08 21:41:10 +02:00
XhmikosR
1fd34a1a2c
CI: switch to the coverallsapp/github-action tag ( #32919 )
...
Unfortunately, they don't offer a `v1` tag
2021-01-28 23:31:33 +02:00
XhmikosR
8c1444f00a
CI: change Node.js to 14
( #32796 )
...
This is so that it's consistent with the JS workflow thus the cache should match.
2021-01-14 12:51:14 +02:00
XhmikosR
0bcaa068f2
GitHub Actions cleanup ( #32755 )
...
* lowercase `runner.os`
* remove `CI` environment variable since it's already set by the runner
2021-01-11 13:05:05 +02:00
XhmikosR
97a3ef357d
CI: update to actions/setup-node@v2 ( #32635 )
2021-01-05 21:56:31 +02:00
XhmikosR
c3e8a0ef2a
Update CodeQL Action ( #32452 )
2020-12-15 09:14:03 +02:00
XhmikosR
c34385eb01
CI: add a 30-min timeout for BrowserStack ( #32238 )
2020-12-10 11:52:22 +02:00
XhmikosR
d61f506a5f
Update codeql.yml ( #32125 )
...
Specify the branches and clean up the comments
2020-11-24 08:35:33 +02:00
XhmikosR
fdc40f5053
CI: specify FORCE_COLOR:2
( #32222 )
...
This should show any colors in the output
2020-11-23 21:32:25 +02:00
XhmikosR
a6156ede32
CI: switch to Node.js 14. ( #32003 )
2020-10-29 19:38:31 +02:00
XhmikosR
e993ca76e0
CI: Skip dependabot PR branches. ( #32006 )
...
Also, reword Node.js setup step
2020-10-29 19:26:15 +02:00
XhmikosR
c31aef49d9
Switch to dart-sass
...
node-sass is now deprecated
2020-10-29 15:34:41 +02:00
XhmikosR
eb91c2ec2a
CI: allow skipping BrowserStack ( #31878 )
...
This basically brings back the previous behavior we had on Travis CI, where if the commit message included `[ci skip]`, BrowserStack tests didn't run.
Additionally, this allows skipping BrowserStack if the commit message contains `[skip ci]` too.
2020-10-26 20:55:51 +02:00
XhmikosR
646a706764
Update CodeQL action ( #31930 )
...
Should run on PRs too.
2020-10-26 18:56:16 +02:00
XhmikosR
8efe4aa9af
Update bundlewatch.yml ( #31063 )
...
Specify `CI_TRACK_BASE: main`
2020-06-17 15:23:48 +03:00
XhmikosR
c28934cb18
Rename "master" to "main". ( #31050 )
2020-06-16 21:41:47 +03:00
XhmikosR
b0b9d14446
Update lint.yml ( #31012 )
2020-06-11 23:20:10 +03:00
XhmikosR
833125b5fe
Revert "Change when CI runs"
...
This reverts commit 37dc6e1031
.
2020-06-11 07:52:12 +03:00
XhmikosR
3575a2b3c8
Update Actions
...
* skip BrowserStack if we are not on the main repo
* remove the action filename from cache
2020-06-11 07:52:12 +03:00
XhmikosR
f57ac7231e
Switch to Node.js 12.x.
2020-06-10 08:19:51 +03:00
XhmikosR
37dc6e1031
Change when CI runs
...
Run it for all pull requests, the master branch, and any branches that end with `-ci`.
2020-06-10 08:19:51 +03:00
XhmikosR
0c731dd24f
Add dart-sass build test
...
Builds the CSS with dart-sass and lists the files in dist-sass/css folder
2020-06-10 08:19:51 +03:00
XhmikosR
e7604207a1
Split GitHub Actions.
...
Everything should be faster now. Also, we can restart a failed workflow and not the whole thing like before.
2020-06-10 08:19:51 +03:00
XhmikosR
c6288e3170
Update CI config ( #30920 )
...
* update to `actions/cache@v2`
* stop invalidating the cache if test.yml changes
2020-05-28 20:28:02 +03:00
XhmikosR
a22e2900f9
Update codeql.yml ( #30777 )
...
Remove moot fail-fast option
2020-05-11 21:04:27 +03:00
XhmikosR
9e8d6ba3f8
Update codeql.yml ( #30719 )
...
Remove `pull_request` event since it's not supported.
2020-05-04 19:24:26 +03:00
XhmikosR
ad75ee191f
Update codeql.yml ( #30679 )
...
* run the action on PRs too
* specify `javascript` language
* remove comments
* reindent
2020-04-29 16:57:10 +03:00
XhmikosR
6d7cb22728
Move codeql.yml one dir up ( #30677 )
2020-04-29 15:01:48 +03:00
Justin Hutchings
1e8e3e5e12
Add CodeQL Analysis workflow ( #30676 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-04-29 09:52:21 +03:00
XhmikosR
06c3c144b6
CI: remove no longer needed steps ( #30674 )
...
The latest `actions/setup-node` prints this info by default
2020-04-28 18:06:03 +03:00
Mark Otto
febdcefcd7
Merge branch 'master' into release-drafter
2020-04-13 15:34:08 -07:00
XhmikosR
9f6ccf9d12
Replace bundlesize with bundlewatch. ( #30538 )
2020-04-08 21:28:54 +03:00
Mark Otto
232de79db8
Update release-notes.yml
2020-03-30 11:55:44 -07:00
Mark Otto
fd2f669836
Update release-notes.yml
2020-03-30 11:51:45 -07:00
Mark Otto
e52e0ff463
Update release-notes.yml
2020-03-30 11:48:28 -07:00
Mark Otto
878d636739
Update release-notes.yml
2020-03-30 11:33:34 -07:00
Mark Otto
0ed53ff15b
Create release-notes.yml
2020-03-25 16:04:37 -07:00
XhmikosR
fa4dd7e9af
Update test.yml ( #29863 )
...
Fix cache name
2019-12-24 18:12:13 +02:00
XhmikosR
9c784e45f1
Actions: add npm cache ( #29765 )
2019-12-13 17:12:03 +02:00
XhmikosR
c26636d56b
CI: update to actions/checkout@v2
( #29847 )
2019-12-13 15:59:37 +02:00
XhmikosR
099860d727
Switch to the Coveralls Action ( #29478 )
...
This is the official way of using Coveralls with Actions. Also this brings back Coveralls for PRs.
2019-11-18 21:03:43 +02:00
XhmikosR
133e0c8c9a
Drop support for Node.js 8. ( #29496 )
...
By the time v5 stable will be out, 8 will be EOL (December 2019).
2019-10-09 11:11:37 +03:00
XhmikosR
9c54d35797
CI: move CI
env variable to the root of the workflow. ( #29499 )
...
This way we match the Travis CI behavior, and it's inherited by all steps.
2019-10-08 08:47:40 +03:00
XhmikosR
e41342b4c1
coveralls: Add COVERALLS_GIT_BRANCH
( #29458 )
...
Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.
2019-10-02 22:05:15 +03:00
XhmikosR
b1a4b0ecc4
workflows/test.yml: specify CI=true
( #29440 )
2019-10-02 21:56:39 +03:00
XhmikosR
90c5de151b
GH Actions updates. ( #29429 )
2019-09-24 12:53:50 +03:00
XhmikosR
0126d9832b
workflows/test.yml: switch to setup-node@v1
. ( #29410 )
2019-09-16 15:28:25 +03:00
XhmikosR
327d32ebad
Actions CI tweaks ( #29276 )
...
* Allow bundlesize to run for forks too.
* Add name for clone step.
* Add` fail-fast: false`
2019-08-24 02:32:29 +03:00
XhmikosR
3130288ba6
CI: run bundlesize only for pushes.
2019-08-12 22:00:56 +03:00
XhmikosR
cd20ef09f4
Reindent workflows/test.yml.
2019-08-12 22:00:56 +03:00