Skip to content

Commit

Permalink
Skip unit tests for build task on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciogeneroso committed Sep 29, 2023
1 parent 44b667c commit 9beb1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service-discovery-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
java-version: '17'
distribution: 'zulu'
- name: Build Service Discovery module
run: ./gradlew --no-daemon :service-discovery-app:build
run: ./gradlew --no-daemon :service-discovery-app:build -x test

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9beb1c7

Please sign in to comment.