Skip to content

Commit

Permalink
env(script): ui-packaging-test.yml파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Dec 2, 2024
1 parent d712993 commit 32b7a03
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ui-packaging-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
node-version: '18'

- name: Install dependencies
run: yarn install

- name: Run tests
run: yarn test
run: |
yarn
yarn add -D jest @testing-library/jest-dom @testing-library/dom
- name: Run test script
run: echo "Test script running" # 임시 테스트 스크립트

0 comments on commit 32b7a03

Please sign in to comment.