Skip to content

Commit 5e5b0bf

Browse files
committed
Override Gradle Enterprise server URL in new cross-platform tests workflow
1 parent 2ddccf6 commit 5e5b0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cross-platform-testing-build-from-source.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Run Gradle Experiment 05
102102
run: |
103103
cd gradle-enterprise-gradle-build-validation
104-
./05-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/p4ghldkcscfwi
104+
./05-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/p4ghldkcscfwi -s https://ge.solutions-team.gradle.com -u https://ge.solutions-team.gradle.com/cache/
105105
- name: Run Maven Experiment 01
106106
run: |
107107
cd gradle-enterprise-maven-build-validation
@@ -117,4 +117,4 @@ jobs:
117117
- name: Run Maven Experiment 04
118118
run: |
119119
cd gradle-enterprise-maven-build-validation
120-
./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/sysk4hrdbkja6
120+
./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/6jgkaknikci2c -e -s https://ge.solutions-team.gradle.com

0 commit comments

Comments
 (0)