mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
coveralls: Add COVERALLS_GIT_BRANCH
(#29458)
Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -70,3 +70,4 @@ jobs:
|
|||||||
if: matrix.node == 8 && github.repository == 'twbs/bootstrap' && github.event_name == 'push'
|
if: matrix.node == 8 && github.repository == 'twbs/bootstrap' && github.event_name == 'push'
|
||||||
env:
|
env:
|
||||||
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
|
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
|
||||||
|
COVERALLS_GIT_BRANCH: "${{ github.ref }}"
|
||||||
|
Reference in New Issue
Block a user