summaryrefslogtreecommitdiff
path: root/.github/workflows/macos_unit_tests.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29Use "fetch-depth: 0" to retrieve all history from remoteMassimiliano Culpo1-1/+3
2020-07-29Simplified YAML files for Github Actions workflowsMassimiliano Culpo1-2/+1
Updated actions where needed
2020-07-29Group tests with similar duration togetherMassimiliano Culpo1-8/+2
Style and documentation tests take just a few minutes to run. Since in Github actions one can't restart a single job but needs to restart an entire workflow, here we group tests with similar duration together.
2020-07-06Remove references to `master` from CITodd Gamblin1-2/+1
- [x] remove master from github actions - [x] remove master from .travis.yml - [x] make `develop` the default branch for `spack ci`
2020-06-30run github workflows on release branches (#17317)Greg Becker1-0/+1
2020-06-15Skip failing test on MacOS (#17072)Massimiliano Culpo1-2/+2
* Skip failing test on MacOS * Update setup-python action and unpin coverage
2020-05-09Fix MacOS tests on developMassimiliano Culpo1-1/+1
The -u option allows to update the current head, so tests won't fail if we are on develop
2020-05-09Add unit test on MacOS using Github Actions (#14220)Massimiliano Culpo1-0/+48
- Remove macos tests from travis - Add macos tests in github actions.