Henning Hall
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
4 additions and
2 deletions
-
.github/workflows/build-android.yml
-
.github/workflows/test-android-unit.yml
-
.github/workflows/test-ios-e2e.yml
|
|
@ -42,7 +42,7 @@ jobs: |
|
|
|
working-directory: ./ |
|
|
|
run: yarn install --frozen-lockfile |
|
|
|
|
|
|
|
- uses: actions/setup-java@v3 |
|
|
|
- uses: actions/setup-java@v4 |
|
|
|
if: steps.cache-android.outputs.cache-hit != 'true' |
|
|
|
with: |
|
|
|
java-version: 11 |
|
|
|
|
|
@ -14,7 +14,7 @@ jobs: |
|
|
|
with: |
|
|
|
ref: ${{ github.event.pull_request.head.sha }} |
|
|
|
|
|
|
|
- uses: actions/setup-java@v3 |
|
|
|
- uses: actions/setup-java@v4 |
|
|
|
with: |
|
|
|
java-version: 11 |
|
|
|
distribution: 'temurin' |
|
|
|
|
|
@ -54,3 +54,5 @@ jobs: |
|
|
|
fi |
|
|
|
env: |
|
|
|
MAESTRO_CLOUD_FLOW_RESULTS: ${{ steps.upload.outputs.MAESTRO_CLOUD_FLOW_RESULTS }} |
|
|
|
|
|
|
|
#temp |