Skip to content

Commit

Permalink
[F61iNGQX] Removes parallel execution in TeamCity (neo4j-contrib#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon authored Feb 20, 2023
1 parent bcddf61 commit 8d765e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test-gradle-project/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
- uses: ./.github/actions/setup-gradle-cache
- name: Run tests
shell: bash
run: ./gradlew ${{inputs.project-name}}:test
run: ./gradlew ${{inputs.project-name}}:test --parallel
- name: Archive test results
uses: actions/upload-artifact@v3
if: always()
Expand Down
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
org.gradle.parallel=true
org.gradle.jvmargs=-Xmx5G -XX:MaxMetaspaceSize=256m

0 comments on commit 8d765e4

Please sign in to comment.