Skip to content

Commit

Permalink
build.yml runs for all test dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
niklases committed Jan 4, 2024
1 parent 204c5e4 commit cbc397e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 ./pypef --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Export Pythonpath and run CLI PyPEF version test with pytest
- name: Export Pythonpath and run PyPEF API and CLI version test with pytest
run: |
export PYTHONPATH="${PYTHONPATH}:${PWD}" && python -m pytest tests/cli/
export PYTHONPATH="${PYTHONPATH}:${PWD}" && python -m pytest tests/
39 changes: 0 additions & 39 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit cbc397e

Please sign in to comment.