fix(cicd): update release commit message #38
Annotations
3 errors and 1 warning
src/Button.test.tsx > variant를 주입하지 않으면 filled(배경색 #2D3748)를 기본 형태로 설정한다.:
packages/button/src/Button.test.tsx#L20
Error: expect(element).toHaveStyle()
- Expected
+ Received
- backgroundColor: #2D3748;
❯ src/Button.test.tsx:20:38
|
src/Button.test.tsx > color가 primary인 경우 배경색 #00FFFF 형태를 적용한다.:
packages/button/src/Button.test.tsx#L28
Error: expect(element).toHaveStyle()
- Expected
+ Received
- backgroundColor: #00FFFF;
❯ src/Button.test.tsx:28:38
|
coverage
Process completed with exit code 1.
|
coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|