Skip to content

Commit

Permalink
chore: Add tasks matrix build and tset
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsu4755 committed Aug 30, 2023
1 parent 98ef050 commit 0362d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ permissions:
pull-requests: write

jobs:
check-style:
ci:
uses: ./.github/workflows/gradle-task.yml
with:
tasks : '["checkstyleMain", "checkstyleTest"]'
tasks : '["checkstyleMain", "checkstyleTest", "build -x test", "test"]'
secrets: inherit

# checkstyle:
Expand Down

0 comments on commit 0362d8d

Please sign in to comment.