mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-06 14:40:48 +03:00
Re-arrange run actions
This commit is contained in:
parent
6098a56896
commit
ff0587229e
11
.github/workflows/tests.yml
vendored
11
.github/workflows/tests.yml
vendored
|
@ -33,13 +33,12 @@ jobs:
|
|||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9
|
||||
- run: pip install tox
|
||||
- run: pip install cython
|
||||
- run: make cythonize
|
||||
env:
|
||||
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
|
||||
- run: tox
|
||||
- run: pip install tox cython
|
||||
- run: |
|
||||
make cythonize
|
||||
tox
|
||||
env:
|
||||
TOXENV: coveralls
|
||||
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
|
||||
COVERALLS_GIT_BRANCH: ${{ steps.branch-name.outputs.branch }}
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user