mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-29 13:04:02 +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
|
||||
env:
|
||||
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
|
||||
COVERALLS_GIT_BRANCH: ${{ steps.branch-name.outputs.branch }}
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
steps:
|
||||
- name: Get the current branch name
|
||||
|
@ -41,6 +40,7 @@ jobs:
|
|||
- run: tox
|
||||
env:
|
||||
TOXENV: coveralls
|
||||
COVERALLS_GIT_BRANCH: ${{ steps.branch-name.outputs.branch }}
|
||||
|
||||
mypy:
|
||||
name: Run mypy
|
||||
|
|
Loading…
Reference in New Issue
Block a user