Skip to content

Commit

Permalink
Separate integration step
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrabinski committed Mar 27, 2024
1 parent b3ffc27 commit 779fb51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-delta-ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ jobs:
- name: Unit tests
run: |
sbt -Dsbt.color=always -Dsbt.supershell=false \
ship/testOnly *Suite \
ship/testOnly *Spec
ship/testOnly *Suite
- name: Integration tests
run: |
sbt -Dsbt.color=always -Dsbt.supershell=false \
ship/it:testOnly *Spec

0 comments on commit 779fb51

Please sign in to comment.