Skip to content

Commit efacb12

Browse files
committed
enable pr check action
fix OpenFeatureAutoConfiguration not found in
1 parent 341371d commit efacb12

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/pr.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR Check
22

33
on:
44
pull_request:
5-
branches: [ "master" ]
5+
branches: [ "main" ]
66

77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref }}
@@ -13,17 +13,16 @@ permissions:
1313

1414
jobs:
1515
build:
16-
runs-on: [self-hosted, devops-tw-runners]
17-
16+
runs-on: ubuntu-latest
1817
steps:
1918
- name: Checkout code
2019
uses: actions/checkout@v3
2120
with:
2221
fetch-depth: 0
23-
- name: Set up JDK 11
22+
- name: Set up JDK 8
2423
uses: actions/setup-java@v3
2524
with:
26-
java-version: '11'
25+
java-version: '8'
2726
distribution: 'temurin'
2827
cache: 'gradle'
2928
- name: Build and Test with Gradle
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
OpenFeatureAutoConfiguration
1+
com.linecorp.flagship4j.openfeature.springframework.boot.autoconfigure.OpenFeatureAutoConfiguration

0 commit comments

Comments
 (0)