Skip to content

Commit 5d111d9

Browse files
committed
fix indexer build pipelines
1 parent 7438268 commit 5d111d9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/app-ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ jobs:
5050
npm run build
5151
mkdir -p ../backend/src/main/resources/static
5252
cp -r ./build/* ../backend/src/main/resources/static
53+
54+
- name: Verify Indexer project
55+
run: |
56+
echo "Testing indexer project."
57+
cd ./app/indexer
58+
./mvnw test
5359
5460
- name: Build Spring Boot App
5561
run: |

app/indexer/mvnw

100644100755
File mode changed.

0 commit comments

Comments
 (0)