Skip to content

Commit b36072a

Browse files
committed
Override Gradle Enterprise server URL in cross-platform tests
1 parent 8f177fd commit b36072a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cross-platform-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Run Gradle Experiment 05
7979
run: |
8080
cd gradle-enterprise-gradle-build-validation
81-
./05-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/p4ghldkcscfwi
81+
./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/
8282
- name: Run Maven Experiment 01
8383
run: |
8484
cd gradle-enterprise-maven-build-validation
@@ -94,4 +94,4 @@ jobs:
9494
- name: Run Maven Experiment 04
9595
run: |
9696
cd gradle-enterprise-maven-build-validation
97-
./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/sysk4hrdbkja6
97+
./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/sysk4hrdbkja6 -s https://ge.solutions-team.gradle.com -u https://ge.solutions-team.gradle.com/cache/

0 commit comments

Comments
 (0)