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

Merge pull request #722 from kevin1024/run-online-tests-only-once

main.yml: Run online tests only once (to save runtime)
This commit is contained in:
Sebastian Pipping
2023-06-22 15:46:04 +02:00
committed by GitHub

View File

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