Skip to content

Commit

Permalink
Try GitHub Action again
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Oct 11, 2023
1 parent 990e1eb commit 3e22459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
- name: jvmTest (K2 enabled)
uses: gradle/gradle-build-action@v2
with:
arguments: jvmTest -Pkotlin_version=2.0.0-dev-4562 -Pkotlin_repo_url="https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap" -Pkotlin_language_version=2.0
arguments: "jvmTest -Pkotlin_version=2.0.0-dev-4562 -Pkotlin_repo_url=https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap -Pkotlin_language_version=2.0"

- name: Upload reports
if: failure()
Expand Down

0 comments on commit 3e22459

Please sign in to comment.