We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e672af8 + eb27b2b commit c67e204Copy full SHA for c67e204
.github/workflows/publish-snapshot.yml
@@ -5,14 +5,13 @@ on:
5
push:
6
branches:
7
- main
8
- - ray/ui-update
9
10
env:
11
- GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx5g -Dorg.gradle.daemon=false -Dorg.gradle.logging.stacktrace=all"
+ GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx12g -Dorg.gradle.daemon=false -Dorg.gradle.logging.stacktrace=all"
12
13
jobs:
14
publish-snapshot :
15
- runs-on : macos-latest
+ runs-on : workflow-kotlin-test-runner-ubuntu-4core
16
if : github.repository == 'square/workflow-kotlin'
17
timeout-minutes : 35
18
@@ -34,7 +33,7 @@ jobs:
34
33
- name : Check
35
uses : ./.github/actions/gradle-task
36
with :
37
- task : check
+ task : check -x artifactsCheck
38
39
- name : Publish Snapshots
40
0 commit comments