Skip to content

Commit

Permalink
fix indent + matrix.os on sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
berthetclement committed Sep 27, 2024
1 parent 698ed78 commit d16aa62
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: CI
on:
push:
branches:
- main
- test/cicd
- main
- test/cicd
pull_request:
branches: [ "main"]

Expand Down Expand Up @@ -49,7 +49,10 @@ jobs:
path: coverage.xml

sonarcloud:
runs-on: ubuntu-20.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
needs: [ci]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d16aa62

Please sign in to comment.