fix(alarms): skip completed occurrence when rescheduling
This commit is contained in:
@@ -30,6 +30,12 @@ jobs:
|
||||
- name: Analizar código
|
||||
run: flutter analyze --no-fatal-infos --no-fatal-warnings
|
||||
|
||||
- name: Ejecutar tests criticos
|
||||
run: |
|
||||
flutter test \
|
||||
test/estado/estado_alarmas_test.dart \
|
||||
test/servicios/servicio_programacion_alarmas_test.dart
|
||||
|
||||
build:
|
||||
name: Build APK + AAB release
|
||||
runs-on: [self-hosted, macos, arm64, flutter]
|
||||
|
||||
Reference in New Issue
Block a user