Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 7c9c7d5

Browse files
committed
ci: 🎡 CI に Jest のテストの実行を正式に組み込んだ
1 parent 18c783c commit 7c9c7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: ESLint
3232
run: |
3333
yarn lint
34-
- name: Jest
34+
- name: Jest によるテストを実行する
3535
run: |
36-
echo 'TODO: $ yarn test'
36+
jest
3737
- name: Codecov の結果をアップロードする
3838
run: |
3939
echo 'TODO: Codecov の結果をアップロードする'

0 commit comments

Comments
 (0)