diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8496ad3..fbad31c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -37,3 +37,9 @@ jobs: - name: Run tests run: CI=true sbt +test + + - name: Test summary + if: always() # Always run, even if previous steps failed + uses: test-summary/action@v2 + with: + paths: "**/target/test-reports/*.xml" diff --git a/spra-play-server/src/test/scala/controllers/AdminControllerSpec.scala b/spra-play-server/src/test/scala/controllers/AdminControllerSpec.scala index 7194e23..cd58646 100644 --- a/spra-play-server/src/test/scala/controllers/AdminControllerSpec.scala +++ b/spra-play-server/src/test/scala/controllers/AdminControllerSpec.scala @@ -680,7 +680,7 @@ class AdminControllerSpec extends PlayPostgresSpec with AdminUtils { responseMetadata.head.nonEmpty mustBe true } - + "return new user id" in withApiClient { implicit client => val user = createUser.futureValue val response = client.getTableMetadata(usersSettings.tableName, List("name", "ASC"), List(0, 9), "{}").futureValue