Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: svthalia/Reaxit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9ec5afb970bf1ab56854eee9d1e7444d2ed8bf17
Choose a base ref
..
head repository: svthalia/Reaxit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7776619de37bb21db7843e964d5be0d5ebebf24a
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/ci.yaml
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ jobs:
run: |
ls /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64
which flutter
sed -i.bak 's/_lastEffectiveTransform = transform;/_lastEffectiveTransform = transform;print(transform);print(offset);' /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart
sed -i.bak 's/_lastEffectiveTransform = transform;/_lastEffectiveTransform = transform;print(transform);print(offset);/' /Users/runner/hostedtoolcache/flutter/stable-3.22.2-x64/packages/flutter/lib/src/rendering/layer.dart
- name: Run integration tests
run: |
flutter drive --driver=test_driver/integration_test.dart --target=integration_test/main.dart