mirror of
https://github.com/hustcer/deepseek-review.git
synced 2026-05-13 05:16:05 +08:00
chore: Add tests for get-diff command in review module
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -13,6 +13,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'docs/**'
|
||||
@@ -56,6 +57,8 @@ jobs:
|
||||
|
||||
- name: Test Deepseek Review
|
||||
shell: nu {0}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
use ${{ github.workspace }}/nutest/nutest
|
||||
use ${{ github.workspace }}/nu/review.nu [prepare-awk]
|
||||
|
||||
Reference in New Issue
Block a user