Skip to content

Commit

Permalink
빌드 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hong-sile authored Jul 19, 2023
1 parent f51b890 commit b900304
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Kerdy Backend Build Test
on:
workflow_dispatch:
pull_request:
types: [ opened, synchronize, reopened, ]
types: [ opened, synchronize, reopened ]
branches:
- backend-main

Expand Down Expand Up @@ -37,6 +37,9 @@ jobs:

- name: cd backend directory
run: cd backend/emm-sale

- name: 현재 디렉터리 확인
run: pwd

- name: Give permission for Gradle
run: chmod +x gradlew
Expand Down

0 comments on commit b900304

Please sign in to comment.