Skip to content

Commit

Permalink
turning off JUnit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
szymon-owczarzak authored Nov 4, 2020
1 parent 303fdb5 commit 2a4a001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo "::set-output name=next_ver::$NEXT_VERSION"
- name: Build app
run: |
./gradlew --stacktrace -i
./gradlew --stacktrace -i -x :cogboard-app:test
- name: Publish App to DockerHub
if: ${{ success() }}
uses: elgohr/Publish-Docker-Github-Action@master
Expand Down

0 comments on commit 2a4a001

Please sign in to comment.