Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Nov 6, 2023
1 parent 4e7664c commit 495a4da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
node-version: ${{ matrix.node }}
cache: npm

- run: ls ./src/**/*.test.ts

- run: npm ci

- if: startsWith( matrix.os, 'ubuntu' )
name: 포매팅
run: npx prettier --check .

- run: npm test
- run: npx tsx --test ./src/**/*.test.ts

0 comments on commit 495a4da

Please sign in to comment.