Skip to content

Commit 48ec616

Browse files
authored
Update workflow to include additional components
1 parent 35f1060 commit 48ec616

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/moquidemo-release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,9 @@ jobs:
6868
distribution: 'temurin'
6969
cache: 'gradle'
7070

71-
- name: Get runtime and demo components
71+
- name: Get runtime / config and demo components
7272
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
73+
./gradlew getRuntime getMySqlJdbc getPostgresJdbc downloadOpenSearch getComponentSet -PcomponentSet=demo getComponent -Pcomponent=moqui-poi -PlocationType=release
7874
7975
- name: Load data and run tests
8076
run: |

0 commit comments

Comments
 (0)