We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f1060 commit 48ec616Copy full SHA for 48ec616
1 file changed
.github/workflows/moquidemo-release.yml
@@ -68,13 +68,9 @@ jobs:
68
distribution: 'temurin'
69
cache: 'gradle'
70
71
- - name: Get runtime and demo components
+ - name: Get runtime / config and demo components
72
run: |
73
- ./gradlew getRuntime getComponentSet -PcomponentSet=demo getComponent -Pcomponent=moqui-poi -PlocationType=release
74
-
75
- - name: Download JDBC drivers and OpenSearch
76
- run: |
77
- ./gradlew getMySqlJdbc getPostgresJdbc downloadOpenSearch
+ ./gradlew getRuntime getMySqlJdbc getPostgresJdbc downloadOpenSearch getComponentSet -PcomponentSet=demo getComponent -Pcomponent=moqui-poi -PlocationType=release
78
79
- name: Load data and run tests
80
0 commit comments