Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e-android-rntester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: 4-core-ubuntu
outputs:
status: ${{ steps.report-status.outputs.status }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-android-templateapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: 4-core-ubuntu
outputs:
status: ${{ steps.report-status.outputs.status }}
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fantom-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: 8-core-ubuntu
outputs:
status: ${{ steps.report-status.outputs.status }}
container:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
secrets: inherit

build_fantom_runner:
runs-on: ubuntu-latest
runs-on: 8-core-ubuntu
needs: [set_release_type, check_code_changes, lint]
if: needs.check_code_changes.outputs.any_code_change == 'true'
container:
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
secrets: inherit

build_android:
runs-on: ubuntu-latest
runs-on: 8-core-ubuntu
needs: [set_release_type, check_code_changes]
if: |
needs.check_code_changes.outputs.any_code_change == 'true' &&
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
secrets: inherit

build_npm_package:
runs-on: ubuntu-latest
runs-on: 8-core-ubuntu
needs:
[
set_release_type,
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
skip-apple-prebuilts: ${{ needs.check_code_changes.outputs.should_test_ios == 'false' }}

test_android_helloworld:
runs-on: ubuntu-latest
runs-on: 4-core-ubuntu
needs: [build_npm_package, build_android]
if: ${{ always() && needs.build_android.result == 'success' && needs.build_npm_package.result == 'success' }}
container:
Expand Down
Loading