Skip to content

Commit

Permalink
Run Python functional tests against mock server
Browse files Browse the repository at this point in the history
  • Loading branch information
davidesner committed May 21, 2024
1 parent 65d493a commit 4fe29d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
tag_as_latest: true
- name: Python Tests
run: docker-compose run --rm ci python -m unittest discover /code/python-sync-actions
- name: Run Python Functional Tests
working-directory: ./python-sync-actions
run: docker compose run test-calls
- name: PHP Tests
run: docker-compose run --rm -v $(pwd)/build:/code/build ci

Expand All @@ -132,6 +135,7 @@ jobs:
run: |
cd doc
./run-samples.sh
tests-in-kbc:
Expand Down

0 comments on commit 4fe29d3

Please sign in to comment.