1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-30 21:12:05 +00:00

skip in case of coveralls --finish has an error

This commit is contained in:
Peter Bieringer 2025-09-26 08:05:19 +02:00
parent d83f9fe29d
commit c36fa29b14

View file

@ -34,6 +34,7 @@ jobs:
needs: test
if: github.event_name == 'push'
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/setup-python@v5
with: