Skip to content

Commit

Permalink
Test debug build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
isontheline committed Jun 5, 2024
1 parent 9db3941 commit db54432
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,7 @@ jobs:
run: npm install --prefix docs && npm run build --prefix docs

- name: Build dRAGon
run: gradle build -Pversion=$(gradle cV -q -Prelease.quiet)

- name: Remove Plain Jar
run: rm -f backend/build/libs/*plain.jar

- name: Test
run: |
ls -ail backend/
ls -ailR backend/build
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
run: gradle bootJar -Pversion=$(gradle cV -q -Prelease.quiet)

- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit db54432

Please sign in to comment.