2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00

Reduce CI actions

This commit is contained in:
Oliver Walters 2022-05-21 19:30:23 +10:00
parent 6ef95499b7
commit a42c1dc886
3 changed files with 1 additions and 7 deletions

View File

@ -6,9 +6,6 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:

View File

@ -44,4 +44,4 @@ jobs:
pip install -Ur requirements.txt
flutter test --coverage
genhtml coverage/lcov.info -o coverage/html
coveralls
coveralls

View File

@ -6,9 +6,6 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
jobs: