mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 05:54:00 +02:00
test
This commit is contained in:
10
.github/workflows/dev.yml
vendored
10
.github/workflows/dev.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user