Local testing

This commit is contained in:
2023-07-30 23:15:06 +01:00
parent fa7ad37398
commit a3c638bd11
2 changed files with 11 additions and 1 deletions

View File

@@ -137,6 +137,10 @@ workflows:
jobs:
- build-and-test:
flavour: "Driver"
filters:
branches:
ignore:
- main_admin
- android/deploy-to-play-store:
filters:
branches:
@@ -152,11 +156,15 @@ workflows:
jobs:
- build-and-test:
flavour: "Admin"
filters:
branches:
ignore:
- main_driver
- android/deploy-to-play-store:
filters:
branches:
only:
- main_driver
- main_admin
requires:
- build-and-test
executor: