Skip to content

[Fix] Fix run OpenFeatureSpringBootExampleApplication app #1

[Fix] Fix run OpenFeatureSpringBootExampleApplication app

[Fix] Fix run OpenFeatureSpringBootExampleApplication app #1

Workflow file for this run

name: PR Check
on:
pull_request:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: 'gradle'
- name: Build and Test with Gradle
run: ./gradlew clean build