mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 07:54:05 +02:00
test
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -9,13 +9,13 @@ on:
|
||||
|
||||
jobs:
|
||||
# unit-tests:
|
||||
# if: github.event.pull_request.merged == true
|
||||
# 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
|
||||
# with:
|
||||
@@ -23,12 +23,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-main:
|
||||
# if: github.ref == 'refs/heads/main'
|
||||
|
||||
Reference in New Issue
Block a user