Skip to content

Commit

Permalink
workflow 수정 #84
Browse files Browse the repository at this point in the history
controller test, build 순서 변경
  • Loading branch information
chaewss authored Jul 26, 2023
1 parent 003ac0e commit 3f3eade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Controller Test with Gradle
run: ./gradlew test --tests "com.cvsgo.controller.*"

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

- name: Controller Test with Gradle
run: ./gradlew test --tests "com.cvsgo.controller.*"

- name: AWS Configure credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 3f3eade

Please sign in to comment.