Compare commits

...

28 Commits

Author SHA1 Message Date
1154aea890 Merge pull request 'Merge ci-imp->v3' (#1) from ci-imp into v3
All checks were successful
Java laboratory work CI / test (push) Successful in 34s
Reviewed-on: #1
2025-10-10 12:38:09 +07:00
c26a013ad1 test must succes
All checks were successful
Java laboratory work CI / test (push) Successful in 36s
2025-10-10 12:36:29 +07:00
91485d88da test must fail
Some checks failed
Java laboratory work CI / test (push) Failing after 22s
2025-10-10 12:35:25 +07:00
e0c66eea2d Обновить .gitea/workflows/gitea-ci.yml
All checks were successful
Java laboratory work CI / test (push) Successful in 33s
2025-10-10 12:01:43 +07:00
c0ab29c168 Обновить .gitea/workflows/gitea-ci.yml
All checks were successful
Java laboratory work CI / test (push) Successful in 38s
2025-10-10 11:35:10 +07:00
add83ed016 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 3s
2025-10-10 11:33:57 +07:00
3ab904bd77 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 3s
2025-10-10 11:32:22 +07:00
682f0925df Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Has been cancelled
2025-10-10 11:25:12 +07:00
4888e3d17f Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Has been cancelled
2025-10-10 11:02:37 +07:00
521fc53bad Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Has been cancelled
2025-10-10 09:45:01 +07:00
297d80f3a1 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 8s
2025-10-10 09:43:50 +07:00
82efbc0e8e Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 4s
2025-10-10 09:36:28 +07:00
45f8610bf7 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 5s
2025-10-10 09:35:08 +07:00
ff4269c6d2 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 3s
2025-10-10 09:30:27 +07:00
bcce89c609 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 4s
2025-10-10 09:27:08 +07:00
b85b2d5d40 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 3s
2025-10-10 09:26:29 +07:00
4e068abf69 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 4s
2025-10-10 09:26:01 +07:00
c3621c4d8f Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 3s
2025-10-10 09:24:30 +07:00
1bda7b09a4 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 4s
2025-10-10 09:23:53 +07:00
ba37434240 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 3s
2025-10-10 09:23:02 +07:00
e7b0a597ac Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 3s
2025-10-10 09:21:46 +07:00
08129bc55c Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 3s
2025-10-10 09:21:17 +07:00
5c11db6b0e Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 3s
2025-10-10 09:20:10 +07:00
950c0e8e97 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 7s
2025-10-10 09:13:50 +07:00
df4826f8aa Обновить .gitea/workflows/gitea-ci.yml 2025-10-10 09:13:41 +07:00
1c8cd4da44 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 4s
2025-10-10 09:10:04 +07:00
ad8d1e3375 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 0s
2025-10-10 09:08:53 +07:00
2b75fdba86 Обновить .gitea/workflows/gitea-ci.yml
Some checks failed
Java laboratory work CI / test (push) Failing after 0s
2025-10-10 09:08:17 +07:00

View File

@@ -6,9 +6,12 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: gradle:jdk21
container:
cringehosting/cijdk:gradle_jdk21
steps:
- name: Test and build project
run:
gradle build # - Includes gradle test
- name: Checkout repository code
uses: actions/checkout@v4
- name: Build and test project
run:
gradle build --no-daemon # - Includes test task