From d58bc320aab313686b3c8e9e79b8dcac4a0e9bd0 Mon Sep 17 00:00:00 2001 From: appujet Date: Mon, 29 Apr 2024 01:52:12 +0530 Subject: [PATCH] Update release-beta.yml workflow to exclude tests during build --- .github/workflows/release-beta.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 7d7ffce..5fd786a 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -37,6 +37,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} RELEASE_TARGET: ${{ github.sha }} PRERELEASE: true - run: ./gradlew --no-daemon build githubRelease - env: - CI: true \ No newline at end of file + run: ./gradlew --no-daemon build githubRelease -x test \ No newline at end of file