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
All checks were successful
Java laboratory work CI / test (push) Successful in 34s
Reviewed-on: #1
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user