Skip to content

Commit

Permalink
add more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Mar 31, 2024
1 parent e7398ab commit a898703
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@ jobs:
shell: bash
- run: ls -la $FLUTTER_ROOT
shell: bash
- run: ls -la $FLUTTER_ROOT/bin
shell: bash
- run: ls -la $FLUTTER_ROOT/bin/cache
shell: bash
- run: ls -la $FLUTTER_ROOT/bin/cache/artifacts
shell: bash
- run: ls -la $FLUTTER_ROOT/bin/cache/artifacts/engine
shell: bash
- run: test -d $FLUTTER_ROOT/bin/cache/artifacts/engine/linux-amd64-release
shell: bash
test_print_output:
Expand Down

0 comments on commit a898703

Please sign in to comment.