Skip to content

Commit

Permalink
branch action: build openapi yaml in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaohara committed Jun 15, 2024
1 parent 2ae992e commit 3b0a380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: ~/yq -i e '.on.push.branches |= [ "master", '${{ env.CUR_VERSION }}' ]' .github/workflows/main.yml
- name: Update Notify clients workflow
run: ~/yq -i e '.on.push.branches |= [ "master", '${{ env.CUR_VERSION }}' ]' .github/workflows/notify-clients.yaml
- name: build new openapi.yaml
run: mvn clean package -DskipTests -DskipITs -pl horreum-api
- name: Commit main branch changes
run: |
git config --global user.name "rh-appservices-perf"
Expand Down

0 comments on commit 3b0a380

Please sign in to comment.