mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 05:26:47 +00:00
Reduce CI actions
This commit is contained in:
parent
6ef95499b7
commit
a42c1dc886
3
.github/workflows/android.yaml
vendored
3
.github/workflows/android.yaml
vendored
@ -6,9 +6,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -44,4 +44,4 @@ jobs:
|
|||||||
pip install -Ur requirements.txt
|
pip install -Ur requirements.txt
|
||||||
flutter test --coverage
|
flutter test --coverage
|
||||||
genhtml coverage/lcov.info -o coverage/html
|
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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user