Skip to content

Commit

Permalink
rework workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Feb 3, 2025
1 parent ee2f14a commit a82be90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: initialize backend build
run: |
cd daikoku
sbt -Dsbt.color=always -Dsbt.supershell=false ';clean;compile;dist;assembly'
sbt -Dsbt.color=always -Dsbt.supershell=false ';clean;compile;dist'
sbt 'docker:publishLocal'
- name: Docker Compose Action
Expand Down

0 comments on commit a82be90

Please sign in to comment.