Skip to content

Commit

Permalink
Build: remove explicit compose-up in github action (#12130)
Browse files Browse the repository at this point in the history
Gradle script already will do a 'compose-up'
  • Loading branch information
DanVanAtta authored Nov 26, 2023
1 parent 494e92b commit fc8bbb4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,5 @@ jobs:
with:
distribution: temurin
java-version: 11
- uses: isbang/[email protected]
with:
compose-file: ".docker/docker-compose.yml"
- name: Run Build Checks
run: ./verify --exclude-task composeUp

run: ./verify

0 comments on commit fc8bbb4

Please sign in to comment.