Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX authored Nov 8, 2023
1 parent 534642b commit cd7c481
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/azure-static-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ jobs:
- name: Install dependencies in Quasi
run: pnpm i
working-directory: ./
- name: Build
- name: Build Refina
run: pnpm build
working-directory: ./packages/northstar
working-directory: ../refina
- name: Build Quasi
run: pnpm build
working-directory: ./
- name: Deploy
id: deploy
uses: Azure/static-web-apps-deploy@v1
Expand Down

0 comments on commit cd7c481

Please sign in to comment.