Skip to content

Commit

Permalink
Don't run jvmTest on check CI. (square#7589)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored Dec 30, 2022
1 parent e9944f2 commit c6a4280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Run Checks
uses: gradle/gradle-build-action@v2
with:
arguments: check -x test
arguments: check -x test -x jvmTest

- name: Publish Test Report
if: github.repository == 'square/okhttp' && github.ref == 'refs/heads/master'
Expand Down

0 comments on commit c6a4280

Please sign in to comment.