Skip to content

Commit

Permalink
cd: job 분리 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jongmee committed Aug 10, 2024
1 parent 3426ecb commit 3fecd1b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: read

jobs:
test:
build:
runs-on: ubuntu-latest
steps:

Expand All @@ -34,10 +34,6 @@ jobs:
- name: Run Test
run: ./gradlew clean test

build:
needs: test
runs-on: ubuntu-latest
steps:
- name: Build with Gradle
run: ./gradlew bootJar

Expand Down

0 comments on commit 3fecd1b

Please sign in to comment.