Skip to content

Commit

Permalink
📝docs : Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo authored May 23, 2024
1 parent f941c1a commit 04187d8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- prod
- develop
- cicd/#61
types: [opened, synchronize]

jobs:
build:
Expand All @@ -32,4 +31,18 @@ jobs:
CONFIG_GIT_URI: ${{ secrets.CONFIG_GIT_URI }}
CONFIG_PASSPHRASE: ${{ secrets.CONFIG_PASSPHRASE }}
CONFIG_PRIVATE_KEY: ${{ secrets.CONFIG_PRIVATE_KEY }}


- name: Run config-service
run: ./config-service/gradlew bootRun &

- name: Wait for config-service to start
run: sleep 5

- name: Build with Gradle - noti-service
run: ./noti-service/gradlew clean build -x test

- name: Build with Gradle - user-service
run: ./user-service/gradlew clean build -x test

- name: Build with Gradle - weather-service
run: ./weather-service/gradlew clean build -x test

0 comments on commit 04187d8

Please sign in to comment.