From 085a41d14c8621e87d9c743b901b5d044310a8bd Mon Sep 17 00:00:00 2001 From: THOREL Arnaud Date: Wed, 15 Nov 2023 14:49:55 +0100 Subject: [PATCH] fix ci --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3dd6c6d..809de60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}