Skip to content

Commit d7ba25b

Browse files
committed
Change job
1 parent 09f8f6b commit d7ba25b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-jobs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363

6464
- name: Verify Indexer project
6565
run: |
66-
echo "Verifying indexer project."
66+
echo "Testing indexer project."
6767
cd ./app/indexer
68-
./mvnw verify
68+
./mvnw test
6969
7070
- name: Build Spring Boot App
7171
run: |

0 commit comments

Comments
 (0)