Skip to content

Commit

Permalink
--workspaces は package.json 側でやる
Browse files Browse the repository at this point in the history
  • Loading branch information
fsubal committed Oct 15, 2023
1 parent 4d868f4 commit 0f02a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
cache: "npm"

- run: npm ci
- run: npm run build --workspaces --if-present 2> $GITHUB_WORKSPACE/build.stderr.log
- run: npm run test --workspaces --if-present 2> $GITHUB_WORKSPACE/test.stderr.log
- run: npm run build 2> $GITHUB_WORKSPACE/build.stderr.log
- run: npm run test 2> $GITHUB_WORKSPACE/test.stderr.log

- run: |
if grep "warn" $GITHUB_WORKSPACE/*.log; then
Expand Down

0 comments on commit 0f02a1a

Please sign in to comment.