1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

main.yml: Run online tests only once

Online tests are tests that need access to the Internet
to pass (and hence have @pytest.marker.online decoration).
This commit is contained in:
Sebastian Pipping
2023-06-21 00:30:10 +02:00
parent ffb2f44236
commit 15e9f1868c

View File

@@ -28,8 +28,8 @@ jobs:
pip install --upgrade pip
pip install codecov tox tox-gh-actions
- name: Run tests with tox
run: tox
- name: Run online tests with tox
run: tox -- -m online
- name: Run offline tests with tox with no access to the Internet
run: |