Skip to content

Commit

Permalink
Update release-beta.yml workflow to exclude tests during build
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Apr 28, 2024
1 parent ab956f5 commit d58bc32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: ./gradlew --no-daemon build githubRelease -x test

0 comments on commit d58bc32

Please sign in to comment.