Skip to content

Commit 6ed5c25

Browse files
committed
Debug workflow
1 parent a85aefc commit 6ed5c25

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/check.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ jobs:
1515
channel: 'stable'
1616
flutter-version: '3.38.1'
1717

18+
- name: Debug workspace
19+
run: |
20+
echo "Current directory: $(pwd)"
21+
echo "Workspace: ${{ github.workspace }}"
22+
ls -la
23+
ls -la ${{ github.workspace }}
24+
1825
- name: Install dependencies
1926
run: flutter pub get
2027

0 commit comments

Comments
 (0)