Skip to content

Update concurrency from 2 to 4 and use max_concurrency instead of max… #497

Update concurrency from 2 to 4 and use max_concurrency instead of max…

Update concurrency from 2 to 4 and use max_concurrency instead of max… #497

Workflow file for this run

name: CI
on:
push:
pull_request: ~
jobs:
shared-ci:
uses: zigpy/workflows/.github/workflows/ci.yml@main
with:
CODE_FOLDER: zigpy_znp
CACHE_VERSION: 2
MINIMUM_COVERAGE_PERCENTAGE: 95
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}