Skip to content

Commit

Permalink
use amplify action
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 committed Mar 6, 2024
1 parent b0c12f2 commit e68c8dc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/celest_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e68c8dc

Please sign in to comment.