Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Has been cancelled
Some checks failed
Java laboratory work CI / test (push) Has been cancelled
This commit is contained in:
@@ -5,12 +5,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu:gradle_jdk21
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install gradle
|
|
||||||
run:
|
|
||||||
apt-get update && apt-get install gradle -y
|
|
||||||
- name: Checkout repository code
|
- name: Checkout repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build and test project
|
- name: Build and test project
|
||||||
|
|||||||
Reference in New Issue
Block a user