Skip to content

Commit

Permalink
fix: working directory 수정 #22
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun committed Jul 18, 2024
1 parent 6409fe5 commit c46c268
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/be-ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
build:
runs-on: ubuntu-latest

defaults:
run:
shell: bash
working-directory: ./backend

steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -24,7 +29,7 @@ jobs:
distribution: 'temurin'

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

- name: Build with Gradle
run: ./backend/gradlew clean build
run: ./gradlew clean build

0 comments on commit c46c268

Please sign in to comment.