mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-16 04:38:42 +08:00
Print flutter version on builds
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -14,6 +14,7 @@ jobs:
|
|||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
channel: 'dev'
|
channel: 'dev'
|
||||||
|
- run: flutter --version
|
||||||
- run: flutter pub get
|
- run: flutter pub get
|
||||||
- run: ./scripts/lint.sh
|
- run: ./scripts/lint.sh
|
||||||
- run: flutter test
|
- run: flutter test
|
||||||
|
|||||||
Reference in New Issue
Block a user