Skip to content

Commit

Permalink
fix install step
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Jun 13, 2024
1 parent aceb873 commit 1be9674
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 8
run_install: |
- args: [dlx, mrs-developer, missdev, --no-config, --fetch-https]
# run_install: |
# - args: [dlx, mrs-developer, missdev, --no-config, --fetch-https]
- name: Get pnpm store directory
shell: bash
run: |
Expand All @@ -33,7 +33,8 @@ jobs:
# pnpm dlx mrs-developer missdev --no-config --fetch-https \&& pnpm install --frozen-lockfile
- name: Install dependencies
run: |
pnpm install
pnpm dlx mrs-developer missdev --no-config --fetch-https
pnpm install --frozen-lockfile
- name: Test build
run: |
pnpm run build
pnpm run build

0 comments on commit 1be9674

Please sign in to comment.