File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 77jobs :
88 build-backend :
99 name : Build
10+ if : false,
1011 timeout-minutes : 10
1112 runs-on : ubuntu-latest
1213
@@ -18,13 +19,13 @@ jobs:
1819 - name : Clone Deps Repositories
1920 uses : dbeaver/github-actions/clone-repositories@devel
2021 with :
21- project_deps_path : " ./cloudbeaver/project.deps"
22+ project_deps_path : ' ./cloudbeaver/project.deps'
2223
2324 - name : Set up JDK 21
2425 uses : actions/setup-java@v4
2526 with :
26- distribution : " temurin"
27- java-version : " 21 "
27+ distribution : ' temurin'
28+ java-version : ' 21 '
2829 cache : maven
2930
3031 - uses : dbeaver/github-actions/install-maven@devel
Original file line number Diff line number Diff line change 55 workflow_call :
66 outputs :
77 build-status :
8- description : " Build status"
8+ description : ' Build status'
99 value : ${{ jobs.frontend-build.outputs.build-status }}
1010 test-status :
11- description : " Test status"
11+ description : ' Test status'
1212 value : ${{ jobs.frontend-build.outputs.test-status }}
1313 inputs :
1414 clean-cache :
1919 frontend-build :
2020 name : Build
2121 runs-on : ubuntu-latest
22+ if : false,
2223 timeout-minutes : 10
2324 permissions :
2425 contents : read
@@ -40,14 +41,14 @@ jobs:
4041 - name : Clone Deps Repositories
4142 uses : dbeaver/github-actions/clone-repositories@devel
4243 with :
43- project_deps_path : " ./cloudbeaver/project.deps"
44+ project_deps_path : ' ./cloudbeaver/project.deps'
4445 token : ${{ secrets.DEVOPS_ISSUE_RO_TOKEN }}
4546
4647 - run : corepack enable
4748 - uses : actions/setup-node@v4
4849 with :
49- node-version : " lts/*"
50- cache : " yarn"
50+ node-version : ' lts/*'
51+ cache : ' yarn'
5152 cache-dependency-path : |
5253 cloudbeaver/webapp/yarn.lock
5354
You can’t perform that action at this time.
0 commit comments