Skip to content

Commit

Permalink
Add :test and :embulkTest in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Sep 17, 2024
1 parent 1fa7400 commit 97e8b88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- macos-13 # OpenJDK 8 is not supported on macos-14+ (M1).
- windows-latest
gradle_task:
- ":test"
- ":embulkTest"
- ":embulk-junit5-api:check"
- ":embulk-junit5-engine:check"
steps:
Expand Down

0 comments on commit 97e8b88

Please sign in to comment.