XhmikosR
c93d754d35
CI: remove the cache fallback and shorten cache key ( #33012 )
2021-02-08 21:41:10 +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
c34385eb01
CI: add a 30-min timeout for BrowserStack ( #32238 )
2020-12-10 11:52:22 +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
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
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
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