Skip to content

Commit

Permalink
Update build-images-artifacts.yml
Browse files Browse the repository at this point in the history
skip tests
  • Loading branch information
PauloLory-ionos authored Feb 21, 2024
1 parent 22f6172 commit ef93b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
buildkitd-flags: --debug

- name: Prepare required files
run: ./gradlew clean build
run: ./gradlew clean build -x test

- name: downcase NAMESPACE
run: |
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
distribution: 'temurin'

- name: Build project
run: ./gradlew clean build
run: ./gradlew clean build -x test

- name: Publish artifacts to GitHub Packages
run: |
Expand Down

0 comments on commit ef93b09

Please sign in to comment.