mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-12-01 22:14:04 +03:00
Move branch name
This commit is contained in:
parent
cf06014779
commit
784bb5fed2
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -25,7 +25,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
|
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
|
||||||
COVERALLS_GIT_BRANCH: ${{ steps.branch-name.outputs.branch }}
|
|
||||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Get the current branch name
|
- name: Get the current branch name
|
||||||
|
@ -41,6 +40,7 @@ jobs:
|
||||||
- run: tox
|
- run: tox
|
||||||
env:
|
env:
|
||||||
TOXENV: coveralls
|
TOXENV: coveralls
|
||||||
|
COVERALLS_GIT_BRANCH: ${{ steps.branch-name.outputs.branch }}
|
||||||
|
|
||||||
mypy:
|
mypy:
|
||||||
name: Run mypy
|
name: Run mypy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user