Skip to content

Commit

Permalink
Merge pull request #460 from jGaboardi/streamline_ci
Browse files Browse the repository at this point in the history
Streamling GHA
  • Loading branch information
jGaboardi authored Mar 31, 2020
2 parents 1acc71a + c45310a commit 5bc502f
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
branches:
- '*'
schedule:
- cron: '59 11 * * *'
- cron: '59 23 * * *'

jobs:
unittests:
name: conda (${{ matrix.os }}, ${{ matrix.environment-file }})
runs-on: ${{ matrix.os }}
timeout-minutes: 20
timeout-minutes: 25
strategy:
matrix:
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
environment-file: [ci/envs/36-PYPI.yaml, ci/envs/36-PYPI-PLUS.yaml, ci/envs/36-GIT.yaml, ci/envs/36-GIT-PLUS.yaml, ci/envs/37-PYPI.yaml, ci/envs/37-PYPI-PLUS.yaml, ci/envs/37-GIT.yaml, ci/envs/37-GIT-PLUS.yaml, ci/envs/38-PYPI.yaml, ci/envs/38-PYPI-PLUS.yaml, ci/envs/38-GIT.yaml, ci/envs/38-GIT-PLUS.yaml]
environment-file: [ci/36-PYPI.yaml, ci/36-PYPI-PLUS.yaml, ci/36-GIT.yaml, ci/36-GIT-PLUS.yaml, ci/37-PYPI.yaml, ci/37-PYPI-PLUS.yaml, ci/37-GIT.yaml, ci/37-GIT-PLUS.yaml, ci/38-PYPI.yaml, ci/38-PYPI-PLUS.yaml, ci/38-GIT.yaml, ci/38-GIT-PLUS.yaml]
steps:
- uses: actions/checkout@v2
- uses: goanpeca/setup-miniconda@v1
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5bc502f

Please sign in to comment.