mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Reduce CI actions
This commit is contained in:
parent
6ef95499b7
commit
a42c1dc886
3 changed files with 1 additions and 7 deletions
3
.github/workflows/android.yaml
vendored
3
.github/workflows/android.yaml
vendored
|
|
@ -6,9 +6,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
|||
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -44,4 +44,4 @@ jobs:
|
|||
pip install -Ur requirements.txt
|
||||
flutter test --coverage
|
||||
genhtml coverage/lcov.info -o coverage/html
|
||||
coveralls
|
||||
coveralls
|
||||
|
|
|
|||
3
.github/workflows/ios.yaml
vendored
3
.github/workflows/ios.yaml
vendored
|
|
@ -6,9 +6,6 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue