Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 클라이언트 레포 이관 #2

Merged
merged 5 commits into from
Nov 27, 2023
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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.
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
Loading