Skip to content

Commit

Permalink
ci: got it! it's because not checking out submodules leading to missi…
Browse files Browse the repository at this point in the history
…ng pnpm-workspace.yaml
  • Loading branch information
haoqunjiang committed Dec 18, 2024
1 parent 76ba294 commit 92a3818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
CHROMEDRIVER_SKIP_DOWNLOAD: true
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: pnpm/action-setup@v3
with:
standalone: true
Expand Down

0 comments on commit 92a3818

Please sign in to comment.