Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 알고리즘
- JWT
- REST API
- Interceptor
- OOP
- 프로그래머스
- winston
- Linux
- LifeCycle
- MySQL
- java
- 자료구조
- node.js
- javascript
- puppeteer
- dfs
- bean
- 코딩테스트
- TIL
- GraphQL
- 인접행렬
- 인접리스트
- Spring
- Deep Dive
- Kubernetes
- typescript
- 탐욕법
- nestjs
- css
- html
Archives
- Today
- Total
목록GitHub Action (1)
처음부터 차근차근

오늘 한 일 Chipi Backend CI 프로세스 정립 및 Github Action 설정 Spring 강의 진행 Chipi Backend CI 프로세스 정립 및 Github Action 설정 Backend CI 프로세스를 정립하게 위해 Github Action 설정을 진행했습니다. github 내 폴더가 push가 안된 상황이여서 에러가 발생하였으며, 이를 수정하였습니다. CI 프로세스 정립을 위해 Github Action 설정을 진행하다 에러를 마주쳤습니다. 먼저 jest.json의 설정은 { "moduleFileExtensions": ["js", "json", "ts"], "rootDir": "./unit", "testEnvironment": "node", "testRegex": ".spec.ts..
TIL
2024. 1. 19. 00:15