mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 07:24:47 -06:00
Made the pytest file a bit cleaner and removed a redundant step
This commit is contained in:
parent
b31e41ca6b
commit
a5be9538d9
4
.github/workflows/run_tests.yml
vendored
4
.github/workflows/run_tests.yml
vendored
@ -17,10 +17,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install pytest pytest-mock
|
||||
pip install pytest pytest-mock coverage pytest-cov
|
||||
pip install -r requirements.txt
|
||||
- name: Install coverage
|
||||
run: pip install coverage pytest-cov
|
||||
- name: Testing the code with PyTest
|
||||
run: |
|
||||
cp config.py.example config.py
|
||||
|
Loading…
Reference in New Issue
Block a user