Explorar el Código

ci: remove flutter test

flutter-beta
Julian Steenbakker hace 5 años
padre
commit
afd988b0b8
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: ACF0400DFB95F3FD
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      .github/workflows/dart.yml

+ 1
- 3
.github/workflows/dart.yml Ver fichero

@@ -20,6 +20,4 @@ jobs:
- name: Format
run: flutter format -n --set-exit-if-changed .
- name: Linter
run: flutter analyze
- name: Test
run: flutter test
run: flutter analyze

Cargando…
Cancelar
Guardar