Skip to content

Commit

Permalink
Fix misspelling of cli_lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
akdombrowski authored Aug 9, 2024
1 parent 2ec6221 commit 3c47a3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/yarn-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ jobs:

- run: echo "displaying root level files/dirs after build"

- name: ls
- name: list files from root
run: |
ls .
- name: Checking for build files
run: echo 'ls ./lib...'
- run: |
ls ./lib
- run: echo 'ls ./cli-ib...'
- run: echo 'ls ./cli_ib...'
- run: |
ls ./cli-lib
ls ./cli_lib
- run: echo 'starting tests...'

Expand Down

0 comments on commit 3c47a3a

Please sign in to comment.