Actions-add-node-template #5
|
@ -21,11 +21,6 @@ on:
|
||||||
description: 'Базовый путь для секретов проекта в vault'
|
description: 'Базовый путь для секретов проекта в vault'
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
gradle_check_command:
|
|
||||||
description: 'Команда для исполнения в gradle'
|
|
||||||
default: 'test'
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
sonar_enabled:
|
sonar_enabled:
|
||||||
default: false
|
default: false
|
||||||
required: false
|
required: false
|
||||||
|
@ -44,7 +39,6 @@ jobs:
|
||||||
name: check and test
|
name: check and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v3
|
|
||||||
- uses: https://github.com/actions/checkout@v3
|
- uses: https://github.com/actions/checkout@v3
|
||||||
- name: Use Node.js 20
|
- name: Use Node.js 20
|
||||||
uses: https://github.com/actions/setup-node@v3
|
uses: https://github.com/actions/setup-node@v3
|
||||||
|
|
Loading…
Reference in New Issue