diff --git a/.github/workflows/firebase_deploy_preview.yml b/.github/workflows/firebase_deploy_preview.yml index 90b2cd952f..59faf9ca86 100644 --- a/.github/workflows/firebase_deploy_preview.yml +++ b/.github/workflows/firebase_deploy_preview.yml @@ -9,7 +9,12 @@ jobs: build_and_preview: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout Repository + uses: actions/checkout@v4 + - name: Setup Java + uses: ./.github/actions/setup + - name: Assemble + run: ./gradlew --stacktrace assembleRelease - name: Decrypt large secret run: ./.github/executables/decrypt_secret.sh env: