Skip to content

Commit

Permalink
github: fix integration tests in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Oct 2, 2024
1 parent e3931b2 commit 579ec2a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,19 @@ jobs:
- name: Install dependencies
run: |
set -x
pip install --upgrade pip tox codecov
python3 -m venv venv
. ./venv/bin/activate
./venv/bin/pip install --require-virtualenv --upgrade pip tox codecov
- name: Coverage
run: |
. ./venv/bin/activate
tox -e coverage
codecov
- name: Integration
run: |
. ./venv/bin/activate
integration/run-integration-tests
publish:
Expand Down

0 comments on commit 579ec2a

Please sign in to comment.