Showing
1 changed file
with
0 additions
and
17 deletions
.github/workflows/dart.yml
deleted
100644 → 0
| 1 | -name: Run analyze and tests | ||
| 2 | -on: pull_request | ||
| 3 | -jobs: | ||
| 4 | - analyze-and-test: | ||
| 5 | - runs-on: ubuntu-latest | ||
| 6 | - steps: | ||
| 7 | - - uses: actions/checkout@v1 | ||
| 8 | - - uses: actions/setup-java@v1 | ||
| 9 | - with: | ||
| 10 | - java-version: '12.x' | ||
| 11 | - - uses: subosito/flutter-action@v1 | ||
| 12 | - with: | ||
| 13 | - channel: 'stable' | ||
| 14 | - - run: flutter pub get | ||
| 15 | - - run: flutter build aot | ||
| 16 | - - run: flutter analyze | ||
| 17 | - - run: flutter test |
-
Please register or login to post a comment