mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 15:02:13 -08:00
env over cli params
This commit is contained in:
parent
ede39159a6
commit
fe5f70b7aa
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -42,7 +42,9 @@ jobs:
|
|||
- run: mvn test -B # -T 1C
|
||||
|
||||
- env:
|
||||
CI_NAME: github
|
||||
CI_BRANCH: ${{ env.GITHUB_REF }}
|
||||
CI_NAME: github-actions
|
||||
CI_PULL_REQUEST: ${{ github.event.number }}
|
||||
run: >
|
||||
mvn
|
||||
jacoco:report
|
||||
|
|
@ -51,4 +53,3 @@ jobs:
|
|||
coveralls:report
|
||||
--define jacoco.skip=false
|
||||
--define repoToken=${{ secrets.GITHUB_TOKEN }}
|
||||
--define pullRequest=${{ github.event.number }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue