Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
wardseptember committed Oct 26, 2023
1 parent 7557193 commit e8c06fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: checkstyle
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: java -jar checkstyle.jar -c tools/tencent_checks.xml -f xml src | reviewdog -f=checkstyle -name="Checkstyle" -reporter=github-check
run: java -jar checkstyle.jar -c tools/tencent_checks.xml -f xml src
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e8c06fa

Please sign in to comment.