Skip to content

Commit

Permalink
TO BE REWORKED BEFORE MERGE: temporary macOS CI test config
Browse files Browse the repository at this point in the history
This is an interim hack to remove things from CI config unrelated to
beating the test suite into shape on macOS, for a bit faster turnaround.
To be cleaned up and properly integrated to check.yaml before merge.
  • Loading branch information
scop committed Apr 4, 2024
1 parent 2711c33 commit 7b7f5fb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
pull_request:
push:
branches:
- master
- macos-ci

jobs:
pre-commit:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:
pre-commit run --color=always --all-files --show-diff-on-failure
distcheck:
if: false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -96,3 +98,9 @@ jobs:
env:
GH_TOKEN: ${{github.token}}
if: steps.release.outputs.release_created

distcheck-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: env PYTESTFLAGS=--verbose test/macos-script.sh

0 comments on commit 7b7f5fb

Please sign in to comment.