diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a26e85997..974e788cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: java-version: '17' distribution: 'temurin' cache: 'maven' + server-id: github-l3s-learnweb - run: $MVN checkstyle:check - run: $MVN compile spotbugs:check @@ -44,4 +45,5 @@ jobs: java-version: '17' distribution: 'temurin' cache: 'maven' + server-id: github-l3s-learnweb - run: $MVN test