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 6d9db8c commit b053c34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: mvn verify -PcheckFormat -Pbuild-image -B
- name: check docker compose
run: docker compose -f docker/docker-compose.yml up
- uses: adambirds/[email protected]
name: check docker compose
with:
compose-file: "./docker/docker-compose.yml"
- name: Publish Unit Test Results
id: publish
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit b053c34

Please sign in to comment.