Skip to content

Commit

Permalink
Correct the running job name for the test group (#3851)
Browse files Browse the repository at this point in the history
---

### Motivation

The running tests job name doesn't match the tests. Correct
the job name.
  • Loading branch information
zymap authored Mar 10, 2023
1 parent f931319 commit caddb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bk-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ jobs:
module: bookkeeper-server
flag: client
test_args: "-Dtest='org.apache.bookkeeper.client.**'"
- step_name: Remaining Tests
- step_name: Replication Tests
module: bookkeeper-server
flag: remaining
test_args: "-Dtest='org.apache.bookkeeper.replication.**'"
- step_name: Replication Tests
- step_name: Remaining Tests
module: bookkeeper-server
flag: replication
test_args: "-Dtest='!org.apache.bookkeeper.client.**,!org.apache.bookkeeper.bookie.**,!org.apache.bookkeeper.replication.**,!org.apache.bookkeeper.tls.**'"
Expand Down

0 comments on commit caddb6e

Please sign in to comment.