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:
|
||||
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