From 918a6a2b9e41ea233ddb04a9b3ca5595ecbccdb0 Mon Sep 17 00:00:00 2001 From: kms Date: Wed, 16 Nov 2022 22:37:14 +0900 Subject: [PATCH] fix : gitAction add **working Directory** --- .github/workflows/autoTest.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/autoTest.yml b/.github/workflows/autoTest.yml index 8218501..c2ed3e8 100644 --- a/.github/workflows/autoTest.yml +++ b/.github/workflows/autoTest.yml @@ -7,6 +7,9 @@ on: jobs: real-world: runs-on: ubuntu-latest + env: + working-directory: . + steps: - uses: actions/checkout@v3 @@ -21,6 +24,8 @@ jobs: - name: Make Directory for deliver run: mkdir deploy + - name: + # 환경변수 셋팅 - name: Make env file run: |