diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index b9c16856..22f6f069 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -113,4 +113,5 @@ jobs: ./gradlew --info --project-prop runIntegrationTests \ clean integrationTest \ --tests '*BatchUploaderIntegrationTest*' \ - --tests '*ChallengeAPIIntegrationTest*' + --tests '*ChallengeAPIIntegrationTest*' \ + --tests '*ProjectAPIIntegrationTest*'