Skip to content

Commit d8b5f06

Browse files
author
jin.geonwoo
committed
hotfix: 배포 과정 수정
1 parent 042544a commit d8b5f06

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/Dev-CI-CD.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,9 @@ jobs:
5757
cp firebase-key.json ./src/main/resources/firebase-key.json
5858
shell: bash
5959

60-
- name: run tests for api docs generation
61-
run: |
62-
./gradlew test --continue
63-
continue-on-error: true
64-
6560
- name: build with gradle
6661
run: |
67-
./gradlew bootjar -x test
62+
./gradlew bootjar
6863
6964
- name: login into docker
7065
uses: docker/login-action@v2

.github/workflows/Prod-CI-CD.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,9 @@ jobs:
5757
cp firebase-key.json ./src/main/resources/firebase-key.json
5858
shell: bash
5959

60-
- name: run tests for api docs generation
61-
run: |
62-
./gradlew test --continue
63-
continue-on-error: true
64-
6560
- name: build with gradle
6661
run: |
67-
./gradlew bootjar -x test
62+
./gradlew bootjar
6863
6964
- name: login into docker
7065
uses: docker/login-action@v2

0 commit comments

Comments
 (0)