mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
tweaking values
This commit is contained in:
parent
fd9db88f48
commit
4370b9da69
1 changed files with 3 additions and 8 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
|
@ -42,16 +42,11 @@ jobs:
|
|||
# running in parallel causes some tests to fail
|
||||
- run: mvn test -B # -T 1C
|
||||
|
||||
- name: Parse branch name
|
||||
env:
|
||||
BRANCH: ${{ github.head_ref || github.ref }}
|
||||
id: setup
|
||||
run: |
|
||||
echo "::set-output name=branch-name::${BRANCH#refs/heads/}"
|
||||
- env:
|
||||
CI_BUILD_NUMBER: ${{ github.run_id }}
|
||||
CI_BUILD_URL: https://github.com/${{ github.repository }}/comit/${{ github.sha }}/checks
|
||||
CI_BRANCH: ${{ steps.setup.output.branch-name }}
|
||||
# this will need to be updated to work on the main branch
|
||||
CI_BUILD_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}/checks
|
||||
CI_BRANCH: ${{ github.head_ref }}
|
||||
CI_NAME: github
|
||||
CI_PULL_REQUEST: ${{ github.event.pull_request.number }}
|
||||
run: >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue