Skip to content

Commit

Permalink
パイプラインに UT を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kuramapommel committed Aug 26, 2024
1 parent 5b4e375 commit 6ef3f53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile

- name: Run Unit Tests
run: yarn test

- name: Install Playwright
run: npx playwright install --with-deps

Expand Down

0 comments on commit 6ef3f53

Please sign in to comment.