Skip to content

Commit

Permalink
Broker Maintenance - Upgrade (#88)
Browse files Browse the repository at this point in the history
* Broker catalog handling added to the test.
@sap/sbf version upgrade

* added broker init catalog step to gh actions
  • Loading branch information
alperdedeoglu authored Jan 14, 2025
1 parent 62f85d2 commit 051c06e
Show file tree
Hide file tree
Showing 4 changed files with 5,020 additions and 405 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
run: |
cf login -u ${{ secrets.CF_USERNAME }} -p ${{ secrets.CF_PASSWORD }} -o ${{ secrets.CF_ORG }} -s ${{ secrets.CF_SPACE }} -a ${{ secrets.CF_API }}
- name: Init Broker Catalog
run: |
cd broker
npm run init
# Step 8: Build the project
- name: Build MTA Archive
run: |
Expand Down
Loading

0 comments on commit 051c06e

Please sign in to comment.