Skip to content

Commit

Permalink
Clean in phase 1 of ship tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyhappydan committed Mar 25, 2024
1 parent 04151f5 commit c764c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-delta-ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ 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 @@ -45,5 +46,4 @@ jobs:
- name: Unit tests
run: |
sbt -Dsbt.color=always -Dsbt.supershell=false \
clean \
ship-unit-tests

0 comments on commit c764c7a

Please sign in to comment.