diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83d4513c..e3cf1cc1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: cache: 'maven' - name: Build with Maven - run: mvn -B clean package -DskipTests --file pom.xml && mvn -B test --file pom.xml + run: mvn -B clean package --file pom.xml - uses: actions/upload-artifact@v4 with: diff --git a/autograder-api/src/test/java/de/firemage/autograder/api/loader/AutograderLoaderTest.java b/autograder-api/src/test/java/de/firemage/autograder/api/loader/AutograderLoaderTest.java index 21d45b80..e675cacd 100644 --- a/autograder-api/src/test/java/de/firemage/autograder/api/loader/AutograderLoaderTest.java +++ b/autograder-api/src/test/java/de/firemage/autograder/api/loader/AutograderLoaderTest.java @@ -11,7 +11,7 @@ import static org.junit.jupiter.api.Assertions.*; -// @Disabled("This test is disabled because it requires the autograder-full.jar to be present in the target directory, which is not the case in the CI pipeline.") +@Disabled("This test is disabled because it requires the autograder-full.jar to be present in the target directory, which is not the case in the CI pipeline.") class AutograderLoaderTest { @Test void testLoadFromFile() throws IOException {