Skip to content

Commit 3527df6

Browse files
author
jin.geonwoo
committed
hotfix: api 문서 생성을 위해 빌드 스펙 변경
1 parent 1e0b158 commit 3527df6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ 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+
6065
- name: build with gradle
6166
run: |
6267
./gradlew bootjar -x test

0 commit comments

Comments
 (0)