From 3c0e8e9baf2f151d338ca4268494bc7ac291905d Mon Sep 17 00:00:00 2001 From: mahesh jamdade Date: Fri, 5 Jan 2024 19:42:55 +0530 Subject: [PATCH] update workflow --- .github/workflows/firebase-hosting-merge.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index ff02dbc..379d9c8 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -35,6 +35,9 @@ jobs: FIREBASE_UTILS_OPTIONS: ${{ secrets.FIREBASE_UTILS_OPTIONS }} - run: flutter clean - run: flutter pub get + # Use the setup-shorebird action to configure Shorebird + - name: 🐦 Setup Shorebird + uses: shorebirdtech/setup-shorebird@v0 - name: Publish Shorebird Patch env: @@ -58,10 +61,6 @@ jobs: # - name: 📱 Run integration test # run: flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart --no-build --dart-define=SUPABASE_PROJECT_URL=${{secrets.SUPABASE_PROJECT_URL}} --dart-define=SUPABASE_API_KEY=${{secrets.SUPABASE_API_KEY}} --dart-define=SUPABASE_REDIRECT_URL=${{secrets.SUPABASE_REDIRECT_URL}} --dart-define=FIREBASE_VAPID_KEY=${{ secrets.FIREBASE_VAPID_KEY }} - # Use the setup-shorebird action to configure Shorebird - - name: 🐦 Setup Shorebird - uses: shorebirdtech/setup-shorebird@v0 - # - name: Create Shorebird release # env: # SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }}