1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00

Compile all on checkjdk11 (#7611)

This commit is contained in:
Yuri Schimke
2023-01-02 13:13:56 +10:00
committed by GitHub
parent 735ed1a6e5
commit 801dc414cd

View File

@@ -64,7 +64,7 @@ jobs:
- name: Run Checks
uses: gradle/gradle-build-action@v2
with:
arguments: check -x test -x jvmTest
arguments: check -PandroidBuild=true -PgraalBuild=true -x test -x jvmTest -x jsTest
- name: Publish Test Report
if: github.repository == 'square/okhttp' && github.ref == 'refs/heads/master'