Skip to content

Commit

Permalink
Merge pull request #7 from wonholim/BE/actions
Browse files Browse the repository at this point in the history
Be/actions
  • Loading branch information
wonholim authored Nov 13, 2023
2 parents c397c5d + 58cfa9e commit d80f2a8
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 21,835 deletions.
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

0 comments on commit d80f2a8

Please sign in to comment.