Skip to content

Commit

Permalink
feat: update buildImage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-yhc committed Jul 15, 2023
1 parent 078fb09 commit fe9634f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/buildImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:

- name: Checkout repository
uses: actions/checkout@v2

- name : change directory
run : cd ./API-Server

- name: Set up Java
uses: actions/setup-java@v2
Expand All @@ -33,7 +30,8 @@ jobs:

- name: Build and test Spring Boot project
run: |
chmod +x ./gradlew
cd ./API-Server
chomod +x ./gradlew
./gradlew build --no-daemon
- name: Configure AWS credentials
Expand Down

0 comments on commit fe9634f

Please sign in to comment.