Skip to content

Commit

Permalink
[build] : script 실행 context변경
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBean99 committed Aug 27, 2023
1 parent a5fc3cf commit 6e18bf8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/BuildServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Execute Gradle build
run: ./server/gradlew :Recruit-Api:build --no-daemon
run: |
cd ./server
./gradlew :Recruit-Api:build --no-daemon
cd ..
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 6e18bf8

Please sign in to comment.