Skip to content

Commit

Permalink
Add deeper logs
Browse files Browse the repository at this point in the history
JAicewizard committed Jun 15, 2024

Verified

This commit was signed with the committer’s verified signature.
d-ryan-ashcraft Ryan Ashcraft
1 parent cd94bdd commit 6422dcb
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -34,18 +34,13 @@ jobs:
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true
- name: Cache build files
uses: irgaly/xcode-cache@v1
with:
key: build-pubspec-${{ runner.os }}-${{ hashFiles('**/pubspec.lock') }}
restore-keys: |
build-pubspec-${{ runner.os }}
- name: Install Flutter dependencies
run: flutter pub get
- name: log
run: |
ls /Users/runner/hostedtoolcache/flutter
ls /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64
which flutter
cat /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart
- name: Run integration tests
run: |
flutter drive -v --driver=test_driver/integration_test.dart --target=integration_test/main.dart

0 comments on commit 6422dcb

Please sign in to comment.