Skip to content

Commit

Permalink
👷 remove TOXENV envvar from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Sep 6, 2023
1 parent ac7616b commit f69a9c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ jobs:
run: cd alfresco && docker-compose up -d

- name: Install dependencies
run: pip install tox tox-gh-actions codecov
run: pip install tox tox-gh-actions

- name: Run tests
run: |
export TOXENV=py${PYTHON_VERSION/./}-django${DJANGO/./}-$(echo $CMIS_BINDING | tr '[:upper:]' '[:lower:]')
tox
codecov -e TOXENV,DJANGO --file reports/coverage-${TOXENV}.xml
run: tox
env:
PYTHON_VERSION: ${{ matrix.python }}
DJANGO: ${{ matrix.django }}
CMIS_BINDING: ${{ matrix.binding }}
CMIS_URL_MAPPING_ENABLED: ${{ matrix.cmisurlmapping }}

- name: Publish coverage report
uses: codecov/codecov-action@v3

publish:
name: Publish package to PyPI
runs-on: ubuntu-latest
Expand Down

0 comments on commit f69a9c9

Please sign in to comment.