Skip to content

Commit

Permalink
v.1.3.3 (#17)
Browse files Browse the repository at this point in the history
v1.3.3
  • Loading branch information
xodms0309 authored Jan 29, 2024
2 parents 73e19b8 + 424d991 commit a9e0921
Show file tree
Hide file tree
Showing 572 changed files with 430 additions and 19,803 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 a9e0921

Please sign in to comment.