Skip to content

Commit

Permalink
ci(node-test): split up build and running test stages (rolldown#513)
Browse files Browse the repository at this point in the history
<!-- Thank you for contributing! -->

### Description

<!-- Please insert your description here and provide especially info about the "what" this PR is solving -->

### Test Plan

<!-- e.g. is there anything you'd like reviewers to focus on? -->

---
  • Loading branch information
hyf0 committed Mar 9, 2024
1 parent 234144d commit 62492f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,11 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Test
run: just test-node
- name: Build
run: yarn build:node

- name: Run Test
run: yarn test

node-format:
name: Node Format
Expand Down

0 comments on commit 62492f6

Please sign in to comment.