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
1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@callstack/brownfield-example-android-app",
"@callstack/brownfield-example-ios-app",
"@callstack/brownfield-example-rn-app",
"@callstack/brownfield-example-expo-app-55",
"@callstack/brownfield-example-expo-app-56",
"@callstack/brownfield-gradle-plugin-react",
"@callstack/brownfield-example-shared-tests",
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/prepare-android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ inputs:
default: 'false'

gradle-workflow-job-context:
description: 'Segment Gradle cache per app/project (e.g. vanilla, expo55). Falls back to github.job when empty.'
description: 'Segment Gradle cache per app/project (e.g. vanilla, expo56). Falls back to github.job when empty.'
required: false
default: ''

rn-project-path:
description: 'Optional RN app path for native ccache key segmentation (e.g. apps/ExpoApp55)'
description: 'Optional RN app path for native ccache key segmentation (e.g. apps/ExpoApp56)'
required: false
default: ''

Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
outputs:
packages: ${{ steps.filter.outputs.packages }}
rnapp: ${{ steps.filter.outputs.rnapp }}
expo55: ${{ steps.filter.outputs.expo55 }}
expo56: ${{ steps.filter.outputs.expo56 }}
expo57: ${{ steps.filter.outputs.expo57 }}
androidapp: ${{ steps.filter.outputs.androidapp }}
appleapp: ${{ steps.filter.outputs.appleapp }}
gradle-plugins: ${{ steps.filter.outputs.gradle-plugins }}
Expand All @@ -42,12 +42,12 @@ jobs:
rnapp:
- 'apps/RNApp/**'
- 'apps/brownfield-example-shared-tests/**'
expo55:
- 'apps/ExpoApp55/**'
- 'apps/brownfield-example-shared-tests/**'
expo56:
- 'apps/ExpoApp56/**'
- 'apps/brownfield-example-shared-tests/**'
expo57:
- 'apps/ExpoApp57/**'
- 'apps/brownfield-example-shared-tests/**'
androidapp:
- 'apps/AndroidApp/**'
appleapp:
Expand Down Expand Up @@ -138,8 +138,8 @@ jobs:
if: |
always() &&
(
needs.filter.outputs.expo55 == 'true' ||
needs.filter.outputs.expo56 == 'true' ||
needs.filter.outputs.expo57 == 'true' ||
needs.filter.outputs.androidapp == 'true' ||
needs.filter.outputs.packages == 'true' ||
needs.filter.outputs.gradle-plugins == 'true' ||
Expand All @@ -149,8 +149,8 @@ jobs:
strategy:
matrix:
include:
- version: '55'
- version: '56'
- version: '57'

steps:
- name: Checkout
Expand Down Expand Up @@ -224,8 +224,8 @@ jobs:
if: |
always() &&
(
needs.filter.outputs.expo55 == 'true' ||
needs.filter.outputs.expo56 == 'true' ||
needs.filter.outputs.expo57 == 'true' ||
needs.filter.outputs.appleapp == 'true' ||
needs.filter.outputs.packages == 'true' ||
needs.filter.outputs.ci == 'true'
Expand All @@ -234,10 +234,10 @@ jobs:
strategy:
matrix:
include:
- version: '55'
run-e2e: 'true'
- version: '56'
run-e2e: 'true'
- version: '57'
run-e2e: 'true'

steps:
- name: Checkout
Expand Down
170 changes: 0 additions & 170 deletions .yarn/patches/expo-updates-npm-55.0.21-990b55bddd.patch

This file was deleted.

Loading
Loading