Ver código fonte

ci: remove flutter test

flutter-beta
Julian Steenbakker 5 anos atrás
pai
commit
afd988b0b8
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: ACF0400DFB95F3FD
1 arquivos alterados com 1 adições e 3 exclusões
  1. +1
    -3
      .github/workflows/dart.yml

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

@@ -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

Carregando…
Cancelar
Salvar