Skip to content

Commit

Permalink
update2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Apr 10, 2024
1 parent 2c88622 commit 1519b1b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ jobs:
build:
if: github.repository == 'Expensify/react-native-live-markdown'
runs-on: ubuntu-latest
strategy:
matrix:
working-directory: [example]
fail-fast: false
concurrency:
group: build-android-${{ matrix.working-directory }}-${{ github.ref }}
group: android-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Check out Git repository
Expand All @@ -43,5 +39,5 @@ jobs:
run: yarn install --immutable

- name: Build app
working-directory: ${{ matrix.working-directory }}/android
working-directory: example/android
run: ./gradlew assembleDebug --build-cache -PreactNativeArchitectures=arm64-v8a

0 comments on commit 1519b1b

Please sign in to comment.