This commit is contained in:
parent
a264e23178
commit
fe73f01642
@ -1,7 +1,5 @@
|
||||
name: CI fuzzy controller
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
on: [push]
|
||||
jobs:
|
||||
container-test-job:
|
||||
runs-on: ubuntu-latest
|
||||
@ -9,11 +7,11 @@ jobs:
|
||||
image: exoplatform/jdk:openjdk-21-ubuntu-2204
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
# - name: Set up JDK 21 for x64
|
||||
# uses: actions/setup-java@v4
|
||||
# with:
|
||||
# java-version: '21'
|
||||
# distribution: 'temurin'
|
||||
# architecture: x64
|
||||
#- 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