Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ngxson committed Nov 30, 2024
1 parent 4360d5a commit d69437d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI

on:
push:
pull_request:
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -32,9 +31,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Set node version to ${{ inputs.node-version }}
uses: actions/setup-node@v4
with:
Expand All @@ -44,7 +40,7 @@ jobs:
run: npm i

- name: Install Playwright Dependencies
run: pnpm exec playwright install chromium --with-deps
run: npm i -g pnpm && pnpm exec playwright install chromium --with-deps

- name: Build
run: npm run build
Expand Down

0 comments on commit d69437d

Please sign in to comment.