Skip to content

Commit

Permalink
test: testing new gh runner
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorossi-cb committed Mar 13, 2024
1 parent 545af68 commit a20e51c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ env:
jobs:
build:
name: Build Android app
runs-on: [self-hosted, macOS, X64, mobile-1]
runs-on:
group: crispy-self-hosted-runners
defaults:
run:
working-directory: android
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ env:
jobs:
build:
name: Build iOS
runs-on: [self-hosted, macOS, X64, mobile-1]
runs-on:
group: crispy-self-hosted-runners
defaults:
run:
working-directory: ios
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/upload-store-android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ env:
jobs:
upload:
name: Upload Artifact to Play Store
if: ${{ inputs.ANDROID_ENABLE_UPLOAD != 'false' }}
runs-on: [self-hosted, macOS, X64, mobile-1]
if: ${{ inputs.ANDROID_ENABLE_UPLOAD != 'false' }}
runs-on:
group: crispy-self-hosted-runners
defaults:
run:
working-directory: android
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/upload-testflight-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ env:
jobs:
upload:
name: Upload Artifact to TestFlight
if: ${{ inputs.IOS_ENABLE_UPLOAD != 'false' }}
runs-on: [self-hosted, macOS, X64, mobile-1]
if: ${{ inputs.IOS_ENABLE_UPLOAD != 'false' }}
runs-on:
group: crispy-self-hosted-runners
defaults:
run:
working-directory: ios
Expand Down

0 comments on commit a20e51c

Please sign in to comment.