Skip to content

Commit dfbb696

Browse files
committed
ci: Add debug environment step to CI workflow and remove extraneous blank lines from melos.yaml.
1 parent 2311087 commit dfbb696

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/survey_kit_ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
- name: Resolve Root Dependencies
2424
run: dart pub get
2525

26+
- name: Debug Environment
27+
run: |
28+
ls -la
29+
melos --version
30+
2631
- name: Bootstrap Workspace
2732
run: melos bootstrap
2833

melos.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ command:
88
bootstrap:
99
usePubspecOverrides: true
1010

11-
12-
1311
scripts:
1412
analyze:
1513
exec: flutter analyze .

0 commit comments

Comments
 (0)