Skip to content

Commit

Permalink
Merge pull request #84 from ClothingStoreService/feature/CICD-modify-…
Browse files Browse the repository at this point in the history
…and-test

feat: test job 추가
  • Loading branch information
hjj4060 authored Jul 5, 2024
2 parents 9f86a80 + 95f0aa0 commit 3d8b757
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ on:
push:
branches: develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
- name: Build with Gradle
run: ./gradlew build
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3d8b757

Please sign in to comment.