Merge remote-tracking branch 'origin/v3' into v3
Some checks failed
Java laboratory work CI / test (push) Failing after 38s
Some checks failed
Java laboratory work CI / test (push) Failing after 38s
This commit is contained in:
@@ -6,9 +6,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: gradle:jdk21
|
container:
|
||||||
|
cringehosting/cijdk:gradle_jdk21
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Test and build project
|
- name: Checkout repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Build and test project
|
||||||
run:
|
run:
|
||||||
gradle build # - Includes gradle test
|
gradle build --no-daemon # - Includes test task
|
||||||
Reference in New Issue
Block a user