Skip to content

Commit fe69b63

Browse files
committed
Update google_api_availability.yaml
1 parent 029c540 commit fe69b63

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/google_api_availability.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,14 @@ jobs:
5353
- name: Run Android build
5454
run: flutter build apk --release
5555
working-directory: ${{env.example-directory}}
56-
57-
# Build iOS version of the example app
58-
- name: Run iOS build
59-
run: flutter build ios --release --no-codesign
60-
working-directory: ${{env.example-directory}}
6156

6257
# Run all unit-tests with code coverage
6358
- name: Run unit tests
6459
run: flutter test --coverage
6560
working-directory: ${{env.source-directory}}
6661

6762
# Upload code coverage information
68-
- uses: codecov/codecov-action@v1
63+
- uses: codecov/codecov-action@v3
6964
with:
7065
file: ${{env.source-directory}}/coverage/lcov.info # optional
7166
name: Google API Availability (App Facing Package) # optional

0 commit comments

Comments
 (0)