Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Has been cancelled

This commit is contained in:
2025-10-10 11:02:37 +07:00
parent 521fc53bad
commit 4888e3d17f

View File

@@ -5,12 +5,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu:gradle_jdk21
steps:
- name: install gradle
run:
apt-get update && apt-get install gradle -y
- name: Checkout repository code
uses: actions/checkout@v4
- name: Build and test project