Skip to content

Commit

Permalink
fix: wokring-directory 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Sep 22, 2024
1 parent 9b285fb commit bcef61c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/unit_test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ inputs:

runs:
using: 'composite'

steps:
- name: Gradle cache
uses: actions/cache@v3
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/Android_Develop_PR_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
name: ktLint Check
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./android

steps:
- uses: actions/checkout@v4
- name: Run ktLint Check
Expand All @@ -24,6 +28,10 @@ jobs:
name: Test Alpha Unit Test
runs-on: ubuntu-latest

defaults:
run:
working-directory: ./android

steps:
- uses: actions/checkout@v4
- name: Run ktLint Check
Expand Down

0 comments on commit bcef61c

Please sign in to comment.