Skip to content

Commit

Permalink
Update prod-apigateway-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eojinny authored Feb 21, 2024
1 parent cf0e081 commit fd91b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-apigateway-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:

- name: Grant execute permission for gradlew
run: |
cd BE-Member-Server
cd BE-APIGateway-Server
ls
chmod +x gradlew
- name: Build with Gradle
run: |
cd BE-Member-Server
cd BE-APIGateway-Server
ls
./gradlew build -x test
Expand Down

0 comments on commit fd91b64

Please sign in to comment.