Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-cskn authored Sep 13, 2023
1 parent 3ab7158 commit 471a550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 471a550

Please sign in to comment.