Skip to content

Commit

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

0 comments on commit d93edc0

Please sign in to comment.