aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-10-02 22:05:15 +0300
committerXhmikosR <[email protected]>2019-10-14 12:12:05 +0300
commit91a9fd96b9181fc1657360a2a46fc64877d22dfa (patch)
tree95c8938dafaa9c7521c2c6611abfe5446f65ec35 /.github/workflows
parent5e304b60a1f2fd88f7cf01646865383b3531bc28 (diff)
downloadbootstrap-91a9fd96b9181fc1657360a2a46fc64877d22dfa.tar.xz
bootstrap-91a9fd96b9181fc1657360a2a46fc64877d22dfa.zip
coveralls: Add `COVERALLS_GIT_BRANCH` (#29458)
Without this, coveralls didn't receive the branch info thus leading to failures when we switched branches.
Diffstat (limited to '.github/workflows')
-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 a0b39b3fc..71fa94351 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 }}"