Skip to content

Commit

Permalink
wip: attempt to debug test resource failure
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Apr 4, 2024
1 parent c0835b5 commit 32241c9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@ jobs:
java-version: 17
cache: 'maven'

- name: Build with Maven
run: mvn -B clean install -Dno-format -Dquarkus.log.console.level=DEBUG
- name: Build without tests
run: mvn -B clean install -DskipTests

- name: Run quarkus dev on IT
run: |
cd integration-tests
mvn quarkus:dev -Dquarkus.log.console.level=DEBUG

0 comments on commit 32241c9

Please sign in to comment.