Skip to content

Commit

Permalink
Run unit and integration separately (bis)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrabinski committed Mar 26, 2024
1 parent 13e72b5 commit deaa995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-delta-ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Clean, build Delta & Storage images
run: |
sbt -Dsbt.color=always -Dsbt.supershell=false \
clean \
app/Docker/publishLocal
- name: Start services
run: docker-compose -f tests/docker/docker-compose.yml up -d
Expand All @@ -46,5 +45,5 @@ jobs:
- name: Unit tests
run: |
sbt -Dsbt.color=always -Dsbt.supershell=false \
clean \
ship-unit-tests
ship/testOnly *Spec
ship/testOnly *Suite
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import java.nio.file.{Files, Paths}
import scala.concurrent.duration.DurationInt
import scala.jdk.CollectionConverters.IteratorHasAsScala

class EndToEndTest extends BaseIntegrationSpec {
class ShipIntegrationSpec extends BaseIntegrationSpec {

override def beforeAll(): Unit = {
super.beforeAll()
Expand Down

0 comments on commit deaa995

Please sign in to comment.