Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 22 additions & 9 deletions .github/workflows/main.yml
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
15 changes: 1 addition & 14 deletions README.md
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>

---
놀이공원 호호
23 changes: 0 additions & 23 deletions go/.gitignore

This file was deleted.

70 changes: 0 additions & 70 deletions go/README.md

This file was deleted.

Loading