diff --git a/.github/workflows/deploy-hosting-pull_request.yml b/.github/workflows/deploy-hosting-pull_request.yml index c862907..0ff2115 100644 --- a/.github/workflows/deploy-hosting-pull_request.yml +++ b/.github/workflows/deploy-hosting-pull_request.yml @@ -27,6 +27,7 @@ jobs: flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }} cache: true - run: flutter pub get + - run: flutter gen-l10n - run: flutter build web - run: flutter analyze - uses: FirebaseExtended/action-hosting-deploy@v0