Skip to content

Commit

Permalink
ci: add coverage to QA
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Oct 22, 2024
1 parent ea44459 commit 833c7ab
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,17 @@ on:
jobs:
lint:
uses: lengau/starflow/.github/workflows/lint.yaml@work/lint-reusable
coverage:
strategy:
matrix:
platform:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- windows-latest
- macos-15 # arm64
- macos-13 # amd64
- [noble, arm64] # Self-hosted Ubuntu Noble runner
steps:
- uses: actions/checkout@v4
- uses: lengau/starflow/coverage@work/CRAFT-3602/test-action

0 comments on commit 833c7ab

Please sign in to comment.