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