Only run Gradle compatibility tests against releases in CI (#554)

This fixes our CI tests on main. It mitigates an issue where the current RC is borked right now.
This commit is contained in:
Daniel Chao
2024-06-28 07:57:27 -07:00
committed by Dan Chao
parent 261a2260a1
commit efad356b7b
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -610,8 +610,7 @@ jobs:
- run:
command: |-
./gradlew --info --stacktrace -DtestReportsDir=${HOME}/test-results :pkl-gradle:build \
:pkl-gradle:compatibilityTestReleases \
:pkl-gradle:compatibilityTestCandidate
:pkl-gradle:compatibilityTestReleases
name: gradle compatibility
- store_test_results:
path: ~/test-results