From 2a4a001802f6573889ca3bf3944e1666f6949877 Mon Sep 17 00:00:00 2001 From: Szymon Owczarzak Date: Wed, 4 Nov 2020 15:18:08 +0100 Subject: [PATCH] turning off JUnit tests --- .github/workflows/release_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_version.yml b/.github/workflows/release_version.yml index 7ea5bb996..831bb6db1 100644 --- a/.github/workflows/release_version.yml +++ b/.github/workflows/release_version.yml @@ -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