From 0909eab9c13ac4136bb508324f722a29a551c81e Mon Sep 17 00:00:00 2001 From: kms Date: Wed, 16 Nov 2022 22:39:35 +0900 Subject: [PATCH] fix : gitAction add **working Directory** --- .github/workflows/autoTest.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/autoTest.yml b/.github/workflows/autoTest.yml index 8218501..c1495df 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,10 @@ jobs: - name: Make Directory for deliver run: mkdir deploy + - name: ls + run: ls -al + working-directory: ${{env.working-directory}} + # 환경변수 셋팅 - name: Make env file run: |