mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -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
|
- run: mvn test -B # -T 1C
|
||||||
|
|
||||||
- env:
|
- env:
|
||||||
CI_NAME: github
|
CI_BRANCH: ${{ env.GITHUB_REF }}
|
||||||
|
CI_NAME: github-actions
|
||||||
|
CI_PULL_REQUEST: ${{ github.event.number }}
|
||||||
run: >
|
run: >
|
||||||
mvn
|
mvn
|
||||||
jacoco:report
|
jacoco:report
|
||||||
|
|
@ -51,4 +53,3 @@ jobs:
|
||||||
coveralls:report
|
coveralls:report
|
||||||
--define jacoco.skip=false
|
--define jacoco.skip=false
|
||||||
--define repoToken=${{ secrets.GITHUB_TOKEN }}
|
--define repoToken=${{ secrets.GITHUB_TOKEN }}
|
||||||
--define pullRequest=${{ github.event.number }}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue