build(deps): Bump firebase_storage from 12.0.0 to 12.3.2 in /example #439
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Integration Tests | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
chrome_integration_test: | |
name: Web Integration Test | |
uses: sidrao2006/workflows/.github/workflows/flutter_web_integration_test.yml@v2 | |
with: | |
dir: example | |
environment: Actions Integration Test | |
test_filename: dynamic_cached_fonts_example_test.dart | |
secrets: | |
args: --dart-define FIREBASE_STORAGE_FONT_URL=${{ secrets.FIREBASE_STORAGE_FONT_URL }} | |
android_integration_test: | |
name: Android Integration Test (Firebase Test Lab) | |
uses: sidrao2006/workflows/.github/workflows/flutter_android_integration_test.yml@v2 | |
with: | |
dir: example | |
environment: Test Lab Integration Test | |
test_filename: dynamic_cached_fonts_example_test.dart | |
workload_identity_provider: projects/980764920917/locations/global/workloadIdentityPools/gh-actions/providers/gh-actions | |
service_account: gh-actions-test-lab@arcygnus-assets.iam.gserviceaccount.com | |
permissions: | |
id-token: write | |
ios_integration_test: | |
name: iOS Integration Test | |
uses: sidrao2006/workflows/.github/workflows/flutter_ios_integration_test.yml@v2 | |
with: | |
dir: example | |
environment: Actions Integration Test | |
test_filename: dynamic_cached_fonts_example_test.dart | |
secrets: | |
args: --dart-define FIREBASE_STORAGE_FONT_URL=${{ secrets.FIREBASE_STORAGE_FONT_URL }} | |
desktop_integration_test: | |
name: Desktop Integration Test | |
uses: sidrao2006/workflows/.github/workflows/flutter_desktop_integration_test.yml@v2 | |
with: | |
dir: example | |
environment: Actions Integration Test | |
test_filename: dynamic_cached_fonts_example_test.dart | |
secrets: | |
args: --dart-define FIREBASE_STORAGE_FONT_URL=${{ secrets.FIREBASE_STORAGE_FONT_URL }} |