mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-06 14:40:48 +03:00
Try set branch name
This commit is contained in:
parent
7e21c5df46
commit
13d2e5c977
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
|||
name: Run tests with coverage
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: nelonoel/branch-name@v1.0.1
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
|
@ -37,5 +38,5 @@ jobs:
|
|||
env:
|
||||
TOXENV: coveralls
|
||||
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
|
||||
COVERALLS_GIT_BRANCH: ${{ github.ref }}
|
||||
COVERALLS_GIT_BRANCH: ${{ BRANCH_NAME }}
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user