Skip to content

Commit

Permalink
ci: remove Refina build
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Mar 13, 2024
1 parent 56c5e80 commit bb3c5fa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/azure-static-web-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,10 @@ 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/[email protected]
with:
version: 8
- name: Install dependencies in Refina
run: pnpm i
working-directory: ../refina
- name: Build Refina
run: pnpm build
working-directory: ../refina
- name: Install dependencies in Quasi
run: pnpm i
working-directory: ./
Expand Down

0 comments on commit bb3c5fa

Please sign in to comment.