From c606dfcfb422d2e54662705cf4f60e78745bdccd Mon Sep 17 00:00:00 2001 From: Lucas Burson Date: Tue, 14 Nov 2023 17:14:41 -0600 Subject: [PATCH] Enable ProjectAPIIntegrationTest tests during GH Action builds --- .github/workflows/scala.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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*'