mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-18 13:54:01 +02:00
Test of test automation for nest nest_functions
This commit is contained in:
21
.github/workflows/push-main-image-ghcr.yml
vendored
21
.github/workflows/push-main-image-ghcr.yml
vendored
@@ -9,10 +9,25 @@ on:
|
||||
tags: ["v[0-9]+.[0-9]+.[0-9]*"]
|
||||
|
||||
jobs:
|
||||
unit-tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pip install pytest pytest-cov
|
||||
pytest -vv
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
# outputs:
|
||||
# new_tag: ${{ steps.setversion.outputs.new_tag }}
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: '.'
|
||||
|
||||
Reference in New Issue
Block a user