Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aorri2 authored Sep 21, 2023
1 parent b5f4d55 commit c5e56ae
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ jobs:
- uses: actions/checkout@v3
- run: touch ./src/main/resources/application-aws.yml
- run: echo "${{secrets.APPLICATION_AWS}}" > ./src/main/resources/application-aws.yml

- name: AI Code Reviewer
uses: f-lab-edu/Goods-For-You@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-4"
exclude: "**/*.json, **/*.md"


- name: SetUp MySQL
Expand Down Expand Up @@ -78,3 +70,18 @@ jobs:
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
token: ${{ github.token }}

review:
runs-on: ubuntu-latest
steps:

- name: Checkout Repo
uses: actions/checkout@v3

- name: AI Code Reviewer
uses: f-lab-edu/Goods-For-You@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-4"
exclude: "**/*.json, **/*.md"

0 comments on commit c5e56ae

Please sign in to comment.