Skip to content

Commit

Permalink
chore: changed docker compose comand
Browse files Browse the repository at this point in the history
  • Loading branch information
rodobarcaaa authored Aug 4, 2024
1 parent bcc4864 commit b4f0f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
token: ${{ secrets.GH_PAT }}
jdk-version: '21'

- run: docker-compose up -d
- run: docker compose up -d

- run: sbt -Dsonar.login=${{ secrets.SONAR_TOKEN }} sonar

Expand Down

0 comments on commit b4f0f06

Please sign in to comment.