Remove double entry and gradle.

This commit is contained in:
Stuart Armstrong 2023-12-22 11:52:02 +03:00
parent 15175b5bb3
commit a955139aa0
1 changed files with 0 additions and 6 deletions

View File

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