mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-10 00:34:29 +00:00
exclude mac from coveralls
This commit is contained in:
parent
528c1f57dc
commit
886cc893d8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -51,6 +51,7 @@ jobs:
|
||||||
|
|
||||||
- name: Coveralls Parallel
|
- name: Coveralls Parallel
|
||||||
uses: coverallsapp/github-action@v2.3.0
|
uses: coverallsapp/github-action@v2.3.0
|
||||||
|
if: runner.os != 'macOS'
|
||||||
with:
|
with:
|
||||||
flag-name: run-${{ join(matrix.*, '-') }}
|
flag-name: run-${{ join(matrix.*, '-') }}
|
||||||
parallel: true
|
parallel: true
|
||||||
|
|
Loading…
Reference in a new issue