Skip to content

Commit

Permalink
Navigate to User directory and all files
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Apr 19, 2024
1 parent 64c0f6d commit 063963b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
uses: actions/checkout@v3

- name: Navigate to User directory
run: cd packages/services/user
run: cd packages/services/user & ls .

- name: user directory ls
run: ls .
- name: Navigate to User directory & ls all files
run: cd packages/services/user & ls .

- name: ls - a
run: ls -a
Expand Down

0 comments on commit 063963b

Please sign in to comment.