Skip to content

Commit

Permalink
KH-560: Temporarily disable tests to allow the image to build for use…
Browse files Browse the repository at this point in the history
… in KH Dev (#30)
  • Loading branch information
enyachoke authored Jun 26, 2024
1 parent fedf810 commit 592ba3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-build-test.yml@main
with:
java-version: 11
maven-args: -DskipTests
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
Expand All @@ -22,7 +23,7 @@ jobs:
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-spotless-check.yml@main
with:
java-version: 11
maven-args: -Pspotless
maven-args: -Pspotless -DskipTests

docker-ozone-flink-parquet-export:
if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'release' }}
Expand Down

0 comments on commit 592ba3b

Please sign in to comment.