Skip to content

Commit

Permalink
chore: 클라이언트 레포 이관 (#2)
Browse files Browse the repository at this point in the history
* chore: 클라이언트 폴더 제외 모든 파일 삭제

* chore: tsconfig baseUrl 수정

* style: index import 경로 수정

* chore: 이슈 템플릿 제목 prefix 제거

* fix: workflow working directory 수정
  • Loading branch information
Leejin-Yang authored Nov 27, 2023
1 parent c6e61aa commit 8c6fd4e
Show file tree
Hide file tree
Showing 554 changed files with 7 additions and 18,867 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: 🐛 Bug Report
about: 버그 리포트 이슈 템플릿입니다
title: '[ALL/FE/BE] '
title: ''
labels: ''
assignees: ''
---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: ✨ Feature request
about: feature 이슈 템플릿입니다
title: '[ALL/FE/BE] '
title: ''
labels: ''
assignees: ''
---
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/test-fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- main
- develop
paths:
- '.github/**'
- 'frontend/**'

jobs:
test:
Expand All @@ -31,32 +28,30 @@ jobs:
id: cache
uses: actions/cache@v3
with:
path: '**/frontend/node_modules'
path: '**/node_modules'
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-
- name: 의존성 설치
working-directory: frontend/
if: steps.cache.outputs.cache-hit != 'true'
run: yarn install --pure-lockfile

- name: 테스트 실행
working-directory: frontend/
run: yarn test
continue-on-error: true

- name: 테스트 결과 PR에 코멘트 등록
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: '**/frontend/test-results/results.xml'
files: '**/test-results/results.xml'

- name: 테스트 실패 시, 실패한 코드 라인에 Check 코멘트를 등록
uses: mikepenz/action-junit-report@v3
if: always()
with:
report_paths: '**/frontend/test-results/results.xml'
report_paths: '**/test-results/results.xml'
token: ${{ github.token }}

- name: build 실패 시 Slack으로 알립니다
Expand Down
76 changes: 0 additions & 76 deletions .github/workflows/test.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
37 changes: 0 additions & 37 deletions backend/.gitignore

This file was deleted.

40 changes: 0 additions & 40 deletions backend/build.gradle

This file was deleted.

Binary file removed backend/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions backend/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading

0 comments on commit 8c6fd4e

Please sign in to comment.