This commit is contained in:
Benjamin Harder
2023-10-06 15:12:33 +02:00
parent ce7af819f8
commit 10a8d6ddd1
3 changed files with 9 additions and 119 deletions

View File

@@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: './src/utils/'
steps:
working-directory: '.'
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
@@ -19,12 +19,10 @@ jobs:
- name: Install pip and pytest
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov
pip install -r docker/requirements.txt
- name: Test with pytest
run: |
pytest test_nest_functions.py -vv
- name: show branch name
run: echo ${GITHUB_REF##*/}
python3 -m pytest --import-mode=append tests/
build-dev:
# if: github.ref == 'refs/heads/dev'