Skip to content

Commit

Permalink
Update test-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Sep 11, 2024
1 parent 3c51e26 commit 027433e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on

Expand All @@ -19,6 +20,6 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm@8
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm i --no-frozen-lockfile --unsafe-perm --ignore-scripts
- name: Test build website
run: pnpm build

0 comments on commit 027433e

Please sign in to comment.