Skip to content

Commit

Permalink
Try both property and variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Feb 23, 2024
1 parent e8ebe51 commit 093a5ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,12 @@ jobs:
id: build
shell: bash
run: |
echo $CODECOV_TOKEN
./mvnw \
--show-version --batch-mode --errors --no-transfer-progress \
-DtrimStackTrace=false \
-DinstallAtEnd=true \
-Dgpg.skip \
clean install
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test coverage
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # 4.0.2
Expand All @@ -70,6 +67,8 @@ jobs:
slug: copernik-eu/log4j-plugins
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# We upload tests results if the build fails.
- name: Upload test results
Expand Down

0 comments on commit 093a5ba

Please sign in to comment.