-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from wonholim/BE/actions
Be/actions
- Loading branch information
Showing
20 changed files
with
23 additions
and
21,835 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,30 @@ | ||
name: BackEnd-TEST | ||
name: BackEnd-CI | ||
|
||
on: | ||
push: | ||
branches: 'BE/*' | ||
branches: 'feature/*' | ||
pull_request: | ||
branches: 'develop' | ||
|
||
types: [labeled, opened, synchronize, reopened] | ||
|
||
jobs: | ||
check-run: | ||
test: | ||
if: contains(github.event.pull_request.labels.*.name, '💻백엔드') | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Check Node.js version | ||
run: node -v | ||
- name: Print Hello World | ||
run: echo "잘 작동합니다" | ||
- name: 코드 체크아웃 | ||
uses: actions/checkout@v2 | ||
|
||
- name: node 세팅 | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: '18' | ||
|
||
- name: 의존성 설치 | ||
run: npm install | ||
working-directory: ./BackEnd | ||
|
||
- name: 테스트 진행 | ||
run: npm test | ||
working-directory: ./BackEnd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
# LearningByDoing | ||
|
||
이론을 공부하고 직접 구현하는 작업장입니다 | ||
|
||
--- | ||
|
||
</br> | ||
|
||
- **[ZOOM](https://github.com/wonholim/LearningByDoing/blob/main/ZOOM/README.md)** | ||
- 타입스크립트 공부 중 두잉은 gist로.. | ||
|
||
</br> | ||
|
||
--- | ||
놀이공원 호호 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.