Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
huiping192 committed Dec 5, 2023
1 parent 76dd9c2 commit 88043fe
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
temperature: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature
max_tokens: 4097
MAX_PATCH_LENGTH: 4097 # if the patch/diff length is large than MAX_PATCH_LENGTH, will be ignored and won't review. By default, with no MAX_PATCH_LENGTH set, there is also no limit for the patch/diff length.
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Test
run: swift test -v
# build:
# runs-on: self-hosted
# steps:
# - uses: actions/checkout@v2
# - name: Build
# run: swift build -v
# test:
# runs-on: self-hosted
# steps:
# - uses: actions/checkout@v2
# - name: Test
# run: swift test -v

0 comments on commit 88043fe

Please sign in to comment.