Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
THOREL Arnaud authored and THOREL Arnaud committed Nov 15, 2023
1 parent f2662f5 commit 085a41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
cache: maven
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
cache: maven
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Sonar
with:
cache: maven
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_ORGANIZATION: ${{ vars.SONAR_ORGANIZATION }}
Expand Down

0 comments on commit 085a41d

Please sign in to comment.