Skip to content

Commit

Permalink
fix: clone and setup refina
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX authored Nov 8, 2023
1 parent 5e9fe43 commit 534642b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/azure-static-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,19 @@ jobs:
with:
submodules: true
lfs: false
- name: Clone refina
run: git clone https://github.com/KermanX/refina.git
working-directory: ../
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
with:
version: 8
run_install: true
- name: Install dependencies in Refina
run: pnpm i
working-directory: ../refina
- name: Install dependencies in Quasi
run: pnpm i
working-directory: ./
- name: Build
run: pnpm build
working-directory: ./packages/northstar
Expand Down

0 comments on commit 534642b

Please sign in to comment.