Skip to content

Commit 8181d76

Browse files
committed
ci: test
1 parent d29f3f2 commit 8181d76

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ jobs:
2424
with:
2525
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
2626
channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}
27+
28+
- name: Info
29+
run: |
30+
flutter --version
31+
dart --version
32+
which flutter
33+
which dart
2734
2835
- name: Setup Melos
2936
uses: bluefireteam/melos-action@v2

0 commit comments

Comments
 (0)