From 471a550f43814beecea486bf06bf9a981fee719f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hamza=20Co=C5=9Fkun?= <36128276+hamza-cskn@users.noreply.github.com> Date: Thu, 14 Sep 2023 01:59:07 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a3d502..c3d237a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,8 +21,10 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: + - name: debug directory + run: pwd && ls - name: go ${{ matrix.service }} directory - run: ls && cd ${{ matrix.service }} + run: cd ${{ matrix.service }} - uses: actions/checkout@v3 name: Use Node.js ${{ matrix.node-version }} - name: install dependencies