Skip to content

Commit

Permalink
Enable ProjectAPIIntegrationTest tests during GH Action builds (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljdelight authored Nov 14, 2023
1 parent ccae79b commit 6352ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@ jobs:
./gradlew --info --project-prop runIntegrationTests \
clean integrationTest \
--tests '*BatchUploaderIntegrationTest*' \
--tests '*ChallengeAPIIntegrationTest*'
--tests '*ChallengeAPIIntegrationTest*' \
--tests '*ProjectAPIIntegrationTest*'

0 comments on commit 6352ab7

Please sign in to comment.