Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into cronet_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed May 9, 2024
2 parents 35d5f77 + fdb0d36 commit 9c17426
Show file tree
Hide file tree
Showing 28 changed files with 1,550 additions and 1,294 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
interval: monthly
labels:
- autosubmit
groups:
github-actions:
patterns:
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/cronet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
working-directory: pkgs/cronet_http
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
with:
distribution: 'zulu'
java-version: '17'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/cupertino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
if: always() && steps.install.outcome == 'success'
- uses: futureware-tech/simulator-action@bfa03d93ec9de6dacb0c5553bbf8da8afc6c2ee9
with:
model: 'iPhone 8'
os: iOS
os_version: '>=12.0'
- name: Run tests
run: |
cd example
flutter pub get
flutter test --timeout=1200s integration_test/main.dart
flutter test integration_test/main.dart
82 changes: 41 additions & 41 deletions .github/workflows/dart.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9c17426

Please sign in to comment.