Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / build (push) Failing after 3m36s
Java laboratory work CI / checkstyle (push) Failing after 32s

This commit is contained in:
2025-11-07 14:43:05 +07:00
parent 548424d149
commit 982f98d91d

View File

@@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
cringehosting/cijdk:gradle_jdk21
runs-on: gradle:jdk21-alpine
steps:
- name: Checkout repository code
@@ -19,7 +19,7 @@ jobs:
checkstyle:
runs-on: ubuntu-latest
container:
cringehosting/cijdk:gradle_jdk21
runs-on: gradle:jdk21-alpine
steps:
- name: Checkout repository code