From 83b63cd9b49952418e1ed76bf4b3896e399f6402 Mon Sep 17 00:00:00 2001 From: I3KAE <45356754+i3kae@users.noreply.github.com> Date: Tue, 12 Nov 2024 20:14:58 +0900 Subject: [PATCH] =?UTF-8?q?test:=20ci=20working=20directory=20=EC=B6=9C?= =?UTF-8?q?=EB=A0=A5=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8296182..aa1c75e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: workspace: [frontend, backend] steps: + - name: pwd check + run: pwd + - name: Checkout repository uses: actions/checkout@v3