Skip to content

Commit

Permalink
Merge pull request #29 from EwoutH/patch-8
Browse files Browse the repository at this point in the history
CI: Run tests once a week and don't cancel early
  • Loading branch information
michelbierlaire authored Mar 27, 2024
2 parents 1e905f1 + 282a18e commit 04297be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ on:
branches:
- master
- develop
workflow_dispatch:
schedule:
- cron: '0 6 * * 1'

jobs:
test:
name: Tests
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.12', '3.11', '3.10']
Expand Down

0 comments on commit 04297be

Please sign in to comment.