Skip to content

Commit 1858ce5

Browse files
authored
Update test server URL
1 parent e9b9183 commit 1858ce5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dependency-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
INSTRUCTOR_USER: "instructor_e2e"
1212
INSTRUCTOR_PASSWORD: ${{ secrets.INSTRUCTOR_PASSWORD }}
1313
STUDENT_USER: "student_e2e"
14-
ARTEMIS_URL: "https://artemis-test.sdq.kastel.kit.edu"
14+
ARTEMIS_URL: "https://test-artemis.studium.kit.edu"
1515
COURSE_ID: "4"
1616
PROGRAMMING_EXERCISE_ID: "41"
1717
EXAM_ID: "5"

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
INSTRUCTOR_USER: "instructor_e2e"
2121
INSTRUCTOR_PASSWORD: ${{ secrets.INSTRUCTOR_PASSWORD }}
2222
STUDENT_USER: "student_e2e"
23-
ARTEMIS_URL: "https://artemis-test.sdq.kastel.kit.edu"
23+
ARTEMIS_URL: "https://test-artemis.studium.kit.edu"
2424
COURSE_ID: "4"
2525
PROGRAMMING_EXERCISE_ID: "41"
2626
EXAM_ID: "5"

.github/workflows/maven-manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
INSTRUCTOR_USER: "instructor_e2e"
1818
INSTRUCTOR_PASSWORD: ${{ secrets.INSTRUCTOR_PASSWORD }}
1919
STUDENT_USER: "student_e2e"
20-
ARTEMIS_URL: "https://artemis-test.sdq.kastel.kit.edu"
20+
ARTEMIS_URL: "https://test-artemis.studium.kit.edu"
2121
COURSE_ID: "4"
2222
PROGRAMMING_EXERCISE_ID: "41"
2323
EXAM_ID: "5"

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
INSTRUCTOR_USER: "instructor_e2e"
1717
INSTRUCTOR_PASSWORD: ${{ secrets.INSTRUCTOR_PASSWORD }}
1818
STUDENT_USER: "student_e2e"
19-
ARTEMIS_URL: "https://artemis-test.sdq.kastel.kit.edu"
19+
ARTEMIS_URL: "https://test-artemis.studium.kit.edu"
2020
COURSE_ID: "4"
2121
PROGRAMMING_EXERCISE_ID: "41"
2222
EXAM_ID: "5"

0 commit comments

Comments
 (0)