We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5aa930 commit cec1fd6Copy full SHA for cec1fd6
.github/workflows/android.yml
@@ -22,4 +22,4 @@ jobs:
22
uses: gradle/actions/setup-gradle@v4
23
24
- name: Build and test
25
- run: ./example/android/gradlew build testDebug -p ./example/android/
+ run: ./example/android/gradlew testDebug -p ./example/android/
.github/workflows/ios.yml
@@ -38,4 +38,5 @@ jobs:
38
xcodebuild test -workspace ./example/ios/Runner.xcworkspace \
39
-scheme EasyCalendarTests \
40
-destination 'platform=iOS Simulator,OS=$,name=iPhone 16' \
41
+ -sdk iphonesimulator \
42
| xcpretty && exit ${PIPESTATUS[0]}
0 commit comments