Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-10-02 22:05:15 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-10-14 12:12:05 +0300
commit91a9fd96b9181fc1657360a2a46fc64877d22dfa (patch)
tree95c8938dafaa9c7521c2c6611abfe5446f65ec35
parent5e304b60a1f2fd88f7cf01646865383b3531bc28 (diff)
coveralls: Add `COVERALLS_GIT_BRANCH` (#29458)
Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a0b39b3fc3..71fa943519 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -70,3 +70,4 @@ jobs:
if: matrix.node == 8 && github.repository == 'twbs/bootstrap' && github.event_name == 'push'
env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
+ COVERALLS_GIT_BRANCH: "${{ github.ref }}"