Skip to content

Commit

Permalink
test: only run functionalTest against latest combination of AGP and G…
Browse files Browse the repository at this point in the history
…radle.

Attempting to appease Github's CI runner, which has lately started killing itself instead of finishing the test suite.
  • Loading branch information
autonomousapps committed Jan 29, 2025
1 parent e17041d commit 239c825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:

- name: Execute JVM functional tests
id: gradle-jvm-check
run: './gradlew :functionalTest -DfuncTest.package=jvm'
run: './gradlew :functionalTest -DfuncTest.package=jvm -DfuncTest.quick'

- name: Execute Android functional tests
id: gradle-android-check
run: './gradlew :functionalTest -DfuncTest.package=android'
run: './gradlew :functionalTest -DfuncTest.package=android -DfuncTest.quick'

- name: 'Maybe add Build Scan URLs as PR comment'
uses: actions/github-script@v7
Expand Down

0 comments on commit 239c825

Please sign in to comment.