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
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- run: pip install tox
|
- run: pip install tox cython
|
||||||
- run: pip install cython
|
- run: |
|
||||||
- run: make cythonize
|
make cythonize
|
||||||
env:
|
tox
|
||||||
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
|
|
||||||
- run: tox
|
|
||||||
env:
|
env:
|
||||||
TOXENV: coveralls
|
TOXENV: coveralls
|
||||||
|
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
|
||||||
COVERALLS_GIT_BRANCH: ${{ steps.branch-name.outputs.branch }}
|
COVERALLS_GIT_BRANCH: ${{ steps.branch-name.outputs.branch }}
|
||||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user