mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-29 21:50:32 +10:00
add flutter test to actions
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Flutter and Dart Analysis
|
name: Flutter and Dart
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -7,7 +7,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze_and_format:
|
analyze:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -26,3 +26,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Verify formatting
|
- name: Verify formatting
|
||||||
run: dart format --output=none --set-exit-if-changed .
|
run: dart format --output=none --set-exit-if-changed .
|
||||||
|
|
||||||
|
- name: Run tests
|
||||||
|
run: flutter test -r github
|
||||||
|
|||||||
Reference in New Issue
Block a user