From e68c8dc188456534dc350c2c8e0a8e60602edf71 Mon Sep 17 00:00:00 2001 From: Dillon Nys Date: Wed, 6 Mar 2024 13:18:30 -0800 Subject: [PATCH] use amplify action --- .github/workflows/celest_core.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/celest_core.yaml b/.github/workflows/celest_core.yaml index f44d9de9..e4a905ec 100644 --- a/.github/workflows/celest_core.yaml +++ b/.github/workflows/celest_core.yaml @@ -7,9 +7,9 @@ on: # Prevent duplicate runs due to Graphite # https://graphite.dev/docs/troubleshooting#why-are-my-actions-running-twice -# concurrency: -# group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}-${{ github.ref == 'refs/heads/main' && github.sha || ''}} -# cancel-in-progress: true +concurrency: + group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}-${{ github.ref == 'refs/heads/main' && github.sha || ''}} + cancel-in-progress: true jobs: analyze_and_format: @@ -52,10 +52,9 @@ jobs: working-directory: packages/celest_core/example run: flutter pub get - name: Test (Example) - uses: ReactiveCircus/android-emulator-runner@6b0df4b0efb23bb0ec63d881db79aefbc976e4b2 # 2.30.1 + uses: aws-amplify/amplify-flutter/.github/composite_actions/launch_android_emulator@main with: api-level: 34 - arch: x86_64 script: | cd packages/celest_core/example for OS in "sdk iPhone macos"; do