Skip to content

Commit

Permalink
always check image on build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas committed Oct 16, 2024
1 parent 38233aa commit 0e6708b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: mvn verify -PcheckFormat -B
run: mvn verify -PcheckFormat -Pbuild-image -B
- name: check docker compose
run: docker compose -f docker/docker-compose.yml up
- name: Publish Unit Test Results
id: publish
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 0e6708b

Please sign in to comment.