Skip to content

Commit

Permalink
test lock file only
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Jun 18, 2024
1 parent 1be9674 commit c5b3298
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ jobs:
# run: |
# apt-get -y update && apt-get -y install git make
# pnpm dlx mrs-developer missdev --no-config --fetch-https \&& pnpm install --frozen-lockfile
- name: Install dependencies
# - name: Install dependencies
# run: |
# pnpm dlx mrs-developer missdev --no-config --fetch-https
# # pnpm install --frozen-lockfile
- name: Check pnpm lockfile consistency
run: |
pnpm dlx mrs-developer missdev --no-config --fetch-https
pnpm install --frozen-lockfile
- name: Test build
run: |
pnpm run build
pnpm install --lockfile-only
# - name: Test build
# run: |
# pnpm run build

0 comments on commit c5b3298

Please sign in to comment.