We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4f649 commit 09f8f6bCopy full SHA for 09f8f6b
.github/workflows/app-ci.yaml
@@ -44,12 +44,6 @@ jobs:
44
npm install
45
npm run build
46
47
- - name: Verify Indexer project
48
- run: |
49
- echo "Verifying indexer project."
50
- cd ./app/indexer
51
- ./mvnw verify
52
-
53
- name: Build Spring Boot App
54
run: |
55
echo "Building spring boot app. Environment [${{ steps.set-deploy-env.outputs.DEPLOY_ENVIRONMENT }}]"
.github/workflows/nightly-jobs.yaml
@@ -1,4 +1,4 @@
1
-name: Nightly Jobs
+name: Nightly and CICD Jobs
2
3
on:
4
pull_request:
@@ -61,6 +61,12 @@ jobs:
61
java-version: '17'
62
cache: 'maven'
63
64
+ - name: Verify Indexer project
65
+ run: |
66
+ echo "Verifying indexer project."
67
+ cd ./app/indexer
68
+ ./mvnw verify
69
+
70
71
72
echo "Building Spring Boot app."
0 commit comments