We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7934e88 commit dfed9daCopy full SHA for dfed9da
.github/workflows/example.yml
.github/workflows/main.yml
@@ -32,5 +32,22 @@ jobs:
32
- name: Test
33
run: flutter test --no-pub --coverage
34
35
- - name: Example Test
36
- run: cd example && flutter test --no-pub
+ example:
+ runs-on: ubuntu-latest
37
+
38
+ steps:
39
+ - uses: actions/checkout@v3
40
41
+ - name: Setup Flutter
42
+ uses: subosito/flutter-action@v2
43
+ with:
44
+ channel: stable
45
46
+ - name: Install
47
+ run: flutter pub get
48
49
+ - name: Analyze
50
+ run: cd example && flutter analyze --no-pub
51
52
+ - name: Test
53
+ run: cd example && flutter test --no-pub --coverage
logo.png
68.6 KB
0 commit comments