Skip to content

Commit

Permalink
added broker init catalog step to gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alperdedeoglu committed Jan 14, 2025
1 parent ad10262 commit f3d407b
Showing 1 changed file with 5 additions and 0 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

0 comments on commit f3d407b

Please sign in to comment.