Skip to content

Commit

Permalink
fix : sonar needs
Browse files Browse the repository at this point in the history
  • Loading branch information
QRuhier committed Sep 12, 2024
1 parent 2dac138 commit 31cdbbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SonarCloud PR Analysis
name: SonarCloud Analysis

on:
pull_request:
Expand All @@ -9,7 +9,6 @@ jobs:
sonarcloud:
name: Sonar Analysis
runs-on: ubuntu-latest
needs: test-build
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- run: yarn test:coverage
# Build lib
- run: yarn build
- name: Upload deploy artifact
- name: Upload coverage artifact
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage/
- name: Upload deploy artifact
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: build
Expand Down

0 comments on commit 31cdbbb

Please sign in to comment.