Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Aug 10, 2023
1 parent 6d80f2e commit f383c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cd example
flutter build ios --simulator --no-codesign
cd ios
xcodebuild test -workspace Runner.xcworkspace -scheme Runner -destination "id=$SIMULATOR_UUID" -only-testing:RunnerUITests
xcodebuild test -workspace Runner.xcworkspace -scheme Runner -destination "id=$SIMULATOR_UUID" -only-testing:RunnerUITests -quiet
- name: Run integration tests
id: Run-integration-tests
Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class _AppState extends State<App> {
child: const Text('Request Access'),
),

// This is for XCTest.
// Package user can ignore this (this is for XCTest in gal).
FilledButton(
onPressed: () async => Gal.requestAccess(toAlbum: true),
child: const Text('Request Access to Album'),
Expand Down

0 comments on commit f383c6d

Please sign in to comment.