Skip to content

Commit

Permalink
No tests during release.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed Sep 13, 2021
1 parent 21a43bc commit 8c9cc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Package Java Image
uses: GabrielBB/[email protected]
with:
run: ./gradlew check packageImage
run: ./gradlew packageImage

- uses: actions/upload-release-asset@v1
env:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Package Java Image
uses: GabrielBB/[email protected]
with:
run: ./gradlew check packageImage
run: ./gradlew packageImage

- uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 8c9cc9f

Please sign in to comment.