Browse Source

ci: remove flutter test

flutter-beta
Julian Steenbakker 5 years ago
parent
commit
afd988b0b8
No known key found for this signature in database GPG Key ID: ACF0400DFB95F3FD
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      .github/workflows/dart.yml

+ 1
- 3
.github/workflows/dart.yml View File

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

Loading…
Cancel
Save