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 }}