Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Java CI Workflow and fix DatabasePerTenantSpec.groovy #1408

Merged
merged 3 commits into from
Dec 15, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update JavaCI workflow
Disable RUN_TESTS_ONLY
  • Loading branch information
puneetbehl committed Dec 15, 2020
commit 81f4da64f50d2fe6a5c6771c35f02045da0ae10f
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
WORKSPACE: ${{ github.workspace }}
GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8
RUN_TESTS_ONLY: true
RUN_TESTS_ONLY: false
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
Expand Down