aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2020-11-24Update codeql.yml (#32125)XhmikosR1-34/+9
Specify the branches and clean up the comments
2020-11-23CI: specify `FORCE_COLOR:2` (#32222)XhmikosR7-0/+7
This should show any colors in the output
2020-10-29CI: switch to Node.js 14. (#32003)XhmikosR7-8/+8
2020-10-29CI: Skip dependabot PR branches. (#32006)XhmikosR8-14/+55
Also, reword Node.js setup step
2020-10-29Switch to dart-sassXhmikosR1-4/+4
node-sass is now deprecated
2020-10-26CI: allow skipping BrowserStack (#31878)XhmikosR1-1/+1
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-26Update CodeQL action (#31930)XhmikosR1-4/+47
Should run on PRs too.
2020-06-17Update bundlewatch.yml (#31063)XhmikosR1-0/+1
Specify `CI_TRACK_BASE: main`
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-06-11Update lint.yml (#31012)XhmikosR1-1/+1
2020-06-11Revert "Change when CI runs"XhmikosR7-70/+7
This reverts commit 37dc6e1031ea43a1d796d0b82347c453b97ec996.
2020-06-11Update ActionsXhmikosR5-10/+11
* skip BrowserStack if we are not on the main repo * remove the action filename from cache
2020-06-10Switch to Node.js 12.x.XhmikosR7-7/+7
2020-06-10Change when CI runsXhmikosR7-7/+70
Run it for all pull requests, the master branch, and any branches that end with `-ci`.
2020-06-10Add dart-sass build testXhmikosR1-0/+24
Builds the CSS with dart-sass and lists the files in dist-sass/css folder
2020-06-10Split GitHub Actions.XhmikosR6-17/+183
Everything should be faster now. Also, we can restart a failed workflow and not the whole thing like before.
2020-05-28Update CI config (#30920)XhmikosR1-3/+3
* update to `actions/cache@v2` * stop invalidating the cache if test.yml changes
2020-05-11Update codeql.yml (#30777)XhmikosR1-2/+0
Remove moot fail-fast option
2020-05-04Update codeql.yml (#30719)XhmikosR1-1/+0
Remove `pull_request` event since it's not supported.
2020-04-29Update codeql.yml (#30679)XhmikosR1-31/+13
* run the action on PRs too * specify `javascript` language * remove comments * reindent
2020-04-29Move codeql.yml one dir up (#30677)XhmikosR1-1/+1
2020-04-29Add CodeQL Analysis workflow (#30676)Justin Hutchings1-0/+46
Co-authored-by: XhmikosR <[email protected]>
2020-04-28CI: remove no longer needed steps (#30674)XhmikosR1-2/+0
The latest `actions/setup-node` prints this info by default
2020-04-13Merge branch 'master' into release-drafterMark Otto1-3/+3
2020-04-08Replace bundlesize with bundlewatch. (#30538)XhmikosR1-3/+3
2020-03-30Update release-notes.ymlMark Otto1-1/+1
2020-03-30Update release-notes.ymlMark Otto1-1/+1
2020-03-30Update release-notes.ymlMark Otto1-1/+1
2020-03-30Update release-notes.ymlMark Otto1-1/+1
2020-03-25Create release-notes.ymlMark Otto1-0/+14
2019-12-24Update test.yml (#29863)XhmikosR1-4/+3
Fix cache name
2019-12-13Actions: add npm cache (#29765)XhmikosR1-0/+10
2019-12-13CI: update to `actions/checkout@v2` (#29847)XhmikosR1-3/+1
2019-11-18Switch to the Coveralls Action (#29478)XhmikosR1-5/+5
This is the official way of using Coveralls with Actions. Also this brings back Coveralls for PRs.
2019-10-09Drop support for Node.js 8. (#29496)XhmikosR1-1/+1
By the time v5 stable will be out, 8 will be EOL (December 2019).
2019-10-08CI: move `CI` env variable to the root of the workflow. (#29499)XhmikosR1-2/+2
This way we match the Travis CI behavior, and it's inherited by all steps.
2019-10-02coveralls: Add `COVERALLS_GIT_BRANCH` (#29458)XhmikosR1-0/+1
Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.
2019-10-02workflows/test.yml: specify `CI=true` (#29440)XhmikosR1-0/+2
2019-09-24GH Actions updates. (#29429)XhmikosR1-2/+2
2019-09-16workflows/test.yml: switch to `setup-node@v1`. (#29410)XhmikosR1-2/+2
2019-08-24Actions CI tweaks (#29276)XhmikosR1-2/+4
* Allow bundlesize to run for forks too. * Add name for clone step. * Add` fail-fast: false`
2019-08-12CI: run bundlesize only for pushes.XhmikosR1-1/+1
2019-08-12Reindent workflows/test.yml.XhmikosR1-37/+37
2019-08-08Limit coveralls to our repo.XhmikosR1-1/+1
2019-08-08Run bundlesize separately.XhmikosR1-0/+6
2019-08-08Prep for migration to GitHub Actions CI/CDMark Otto1-0/+44