Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing committed Oct 9, 2023
1 parent 1e6c558 commit efa42a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: bun install
- run: npx playwright install --with-deps chromium
- name: Test build website
run: bun run build

0 comments on commit efa42a9

Please sign in to comment.