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

ci: 🎡 CI に Jest のテストの実行を正式に組み込んだ #433

Merged
merged 1 commit into from
Jun 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: ESLint
run: |
yarn lint
- name: Jest
- name: Jest によるテストを実行する
run: |
echo 'TODO: $ yarn test'
npx jest
- name: Codecov の結果をアップロードする
run: |
echo 'TODO: Codecov の結果をアップロードする'
Expand Down