Merge remote-tracking branch 'origin/v3' into v3
Some checks failed
Java laboratory work CI / test (push) Failing after 38s

This commit is contained in:
2025-10-17 21:11:45 +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