summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
AgeCommit message (Collapse)Author
2022-03-18Added packaging tools to GitHub actions.Mariusz Felisiak
2022-03-07Made Github actions auto-cancel redundant jobs.Mariusz Felisiak
2022-03-07Bumped versions in Github actions configuration to v3.Mariusz Felisiak
2022-02-04Reverted "Disabled caching in GitHub actions for Windows tests."Mariusz Felisiak
This reverts commit 11661d3815f273a6968cf09ecc678cf6fa6dcfcd. Fixed in setup-python 2.3.2.
2022-02-03Disabled caching in GitHub actions for Windows tests.Mariusz Felisiak
See https://github.com/actions/setup-python/issues/328.
2022-01-26Used GitHub actions for Windows tests.Tom Forbes
2021-09-22Skipped GitHub actions for linters and JavaScript tests on purely doc changes.Mariusz Felisiak
2021-03-09Updated Git branch "master" to "main" in GitHub actions workflows.Markus Holtermann
2021-02-26Enabled GitHub actions on push.Mariusz Felisiak
Co-authored-by: Tom Forbes <tom@tomforb.es>
2021-01-19Used GitHub actions for JavaScript tests.Tom Forbes