Re-arrange run actions

This commit is contained in:
Roman Mogylatov 2021-01-25 18:49:37 -05:00
parent 6098a56896
commit ff0587229e

View File

@ -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 }}