Skip to content
Merged

Fix CI. #2803

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
6 changes: 3 additions & 3 deletions .github/workflows/reusable-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: android-actions/setup-android@v3
- uses: gradle/actions/setup-gradle@v4
with:
gradle-version: "8.12.0"
gradle-version: "8.13.0"
add-job-summary: on-failure
add-job-summary-as-pr-comment: on-failure
- name: Run Lint
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

if $IS_PR ; then
LEVELS_TO_TEST=$PR_API_VERSION
RETRIES=2
RETRIES=1
fi

mkdir firebase_results
Expand All @@ -106,7 +106,7 @@ jobs:
--directories-to-pull=/sdcard \
--results-dir=${GCLOUD_RESULTS_DIR} \
--results-history-name=${{ inputs.lib }} \
--timeout=20m --no-auto-google-login --no-record-video --no-performance-metrics \
--timeout=40m --no-auto-google-login --no-record-video --no-performance-metrics \
--num-flaky-test-attempts=${RETRIES} || true
done
- name: Copy Test Results
Expand Down
Loading