Skip to content

Commit

Permalink
fix(sonarcloud): added forgotten os strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Sep 9, 2024
1 parent 18c3bb1 commit f92d9f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
sonarcloud:
name: SonarCloud
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [20]

steps:
- uses: actions/checkout@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
sonarcloud:
name: SonarCloud
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest]
node: [20]

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f92d9f7

Please sign in to comment.