Skip to content

Commit 11833cf

Browse files
committed
Check pipeline flutter version
1 parent 9dde034 commit 11833cf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/on_push.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ name: CI
33
on: [push]
44

55
jobs:
6+
version:
7+
timeout-minutes: 10
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: subosito/flutter-action@v2
12+
with:
13+
channel: 'stable'
14+
- run: ./am flutter --version
15+
616
analyze:
717
timeout-minutes: 10
818
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)