Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Mar 31, 2024
1 parent fcbf8cc commit a694792
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,30 @@ jobs:
- uses: ./
with:
channel: stable
flutter-version: "3.10.6"
flutter-version: 3.10.6
cache: true
precache: true
- run: dart --version
shell: bash
- run: flutter --version
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
- name: Run first test
run: |
cd $FLUTTER_ROOT/bin/cache/artifacts
test -d material_fonts
shell: bash
- name: Run more tests
run: |
cd $FLUTTER_ROOT/bin/cache/artifacts/engine
test -d android-arm
test -d android-arm-profile
test -d android-arm-release
test -d android-arm64
test -d android-arm64-profile
test -d android-arm64-release
test -d linux-x64
test -d linux-x64-profile
test -d linux-x64-release
test_print_output:
runs-on: macos-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ outputs:
value: '${{ steps.flutter-action.outputs.CACHE-KEY }}'
CHANNEL:
value: '${{ steps.flutter-action.outputs.CHANNEL }}'
description: 'The Flutter build release channel'
VERSION:
value: '${{ steps.flutter-action.outputs.VERSION }}'
ARCHITECTURE:
Expand Down

0 comments on commit a694792

Please sign in to comment.