mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-23 19:25:54 +00:00
Fix concurrent CI (#1853)
This PR should hopefully fix CI jobs for Example and FabricExample apps being cancelled by using matrix.working_directory variable in concurrency.group identifier.
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
matrix:
|
||||
working-directory: [Example, FabricExample]
|
||||
concurrency:
|
||||
group: android-${{ github.ref }}
|
||||
group: android-${{ matrix.working-directory }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
@@ -76,4 +76,4 @@ jobs:
|
||||
|
||||
- name: Build app
|
||||
working-directory: ${{ matrix.working-directory }}/android
|
||||
run: ./gradlew assembleDebug --build-cache --console=plain -PreactNativeArchitectures=arm64-v8a
|
||||
run: ./gradlew assembleDebug --build-cache --console=plain -PreactNativeArchitectures=arm64-v8a
|
||||
|
||||
Reference in New Issue
Block a user