Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,3 @@ jobs:
- name: Lint with flake8
run: |
flake8 sinch --count --max-complexity=10 --max-line-length=120 --statistics

- name: Checkout Wiremock fixtures repo
uses: actions/checkout@v3
with:
repository: sinch/sinch-sdk-internal-specs
token: ${{ secrets.GH_PAT }}
ref: numbers_fixtures
path: sinch-sdk-internal-specs

- uses: actions/setup-node@v3
- name: Install wait-port
run: |
sudo npm install -g wait-port

- name: Test E2E with Pytest and Wiremock
run: |
cd sinch-sdk-internal-specs/fixtures/python/ && java -jar wiremock-studio-2.32.0-17.jar &
wait-port localhost:8000
coverage run --source=. -m pytest

- name: Test coverage report
run: |
python -m coverage report
Loading