From 1337f634e55434f10a2b842dfe92fa5e34c50190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Prinet?= Date: Mon, 22 Jan 2024 09:57:13 +0100 Subject: [PATCH] Fix JUnit PTS property name (#92) --- .github/workflows/run-experiments-junit5.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-experiments-junit5.yml b/.github/workflows/run-experiments-junit5.yml index 86ba9fa..41bf1ec 100644 --- a/.github/workflows/run-experiments-junit5.yml +++ b/.github/workflows/run-experiments-junit5.yml @@ -10,7 +10,7 @@ on: env: GRADLE_ENTERPRISE_URL: "https://ge.solutions-team.gradle.com" GIT_REPO: "https://github.com/junit-team/junit5" - TASKS: "build -Pdevelocity.predictiveTestSelection.enabled=false" + TASKS: "build -Pjunit.develocity.predictiveTestSelection.enabled=false" jobs: Experiment: