bugfix workflow

This commit is contained in:
JensDiemer 2022-08-14 14:16:46 +02:00
parent 7a9b3f4bdf
commit 6b9f6cd019
2 changed files with 10 additions and 2 deletions

View file

@ -1,9 +1,12 @@
name: YunoHost apps package linter
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 8 * * *'
push:
jobs:
test:

View file

@ -17,6 +17,11 @@ jobs:
python-version: ["3.10", "3.9", "3.8", "3.7"]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: 'fetch master'
run: |
git fetch origin master
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@v2
with:
@ -36,7 +41,7 @@ jobs:
make pytest
- name: 'Upload coverage report'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: false
verbose: true