Try another command

This commit is contained in:
Andreas Zweili 2022-11-22 11:06:43 +01:00
parent 94e2063f27
commit 6218c1f301
1 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,6 @@ jobs:
- uses: cachix/install-nix-action@v18
- name: Enable Nix shell
run: |
nix develop
nix develop --command flake8 . --count --show-source --statistics
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --show-source --statistics
pytest --ds=network_inventory.settings.ram_test -nauto --nomigrations --cov=.
nix develop --command pytest --ds=network_inventory.settings.ram_test -nauto --nomigrations --cov=.