Skip to content

Commit

Permalink
add pr check
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcheng committed Oct 30, 2023
1 parent f8c2f81 commit 5eb4547
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'

jobs:
build:
Expand All @@ -14,7 +17,7 @@ jobs:
with:
node-version: 20
cache: 'yarn'
cache-dependency-path: 'FrontEnd/yarn.lock'
cache-dependency-path: 'yarn.lock'
- run: yarn set version stable
- run: yarn
- run: yarn workspace connect-miniprogram run build

0 comments on commit 5eb4547

Please sign in to comment.