Skip to content

Commit

Permalink
Add Node.js setup action to run-tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
2wndrhs committed Jan 10, 2024
1 parent add6c3a commit e11c873
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'

- uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-script: npm test -- --coverage -- '02. 렌더링/02'

0 comments on commit e11c873

Please sign in to comment.