Skip to content

Commit

Permalink
[CHANGE] Turned back on functionality tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tayler6000 committed Oct 15, 2023
1 parent d74d80d commit 5f01dc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ jobs:
docker build docker -t pyvoip/tests
docker run --add-host host.docker.internal:host-gateway -d -p 5060:5060/udp -p 5061-5062:5061-5062/tcp pyvoip/tests
- name: pytest
# run: pytest --check-func
run: pytest
run: pytest --check-func

0 comments on commit 5f01dc9

Please sign in to comment.