Skip to content

Commit 3b0a380

Browse files
committed
branch action: build openapi yaml in workflow
1 parent 2ae992e commit 3b0a380

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/branch.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: ~/yq -i e '.on.push.branches |= [ "master", '${{ env.CUR_VERSION }}' ]' .github/workflows/main.yml
4141
- name: Update Notify clients workflow
4242
run: ~/yq -i e '.on.push.branches |= [ "master", '${{ env.CUR_VERSION }}' ]' .github/workflows/notify-clients.yaml
43+
- name: build new openapi.yaml
44+
run: mvn clean package -DskipTests -DskipITs -pl horreum-api
4345
- name: Commit main branch changes
4446
run: |
4547
git config --global user.name "rh-appservices-perf"

0 commit comments

Comments
 (0)