Fix ci
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 2m6s
All checks were successful
CI fuzzy controller / container-test-job (push) Successful in 2m6s
This commit is contained in:
parent
e8386affb3
commit
02e3412aff
@ -5,10 +5,13 @@ on:
|
||||
jobs:
|
||||
container-test-job:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: exoplatform/jdk:openjdk-21-ubuntu-2204
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: ls -la
|
||||
- run: chmod +x ./gradlew
|
||||
- run: ./gradlew test
|
||||
- name: Set up JDK 21 for x64
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
architecture: x64
|
||||
- name: Test with Gradle
|
||||
run: bash ./gradlew test
|
Loading…
x
Reference in New Issue
Block a user