Skip to content

Commit 408199e

Browse files
committed
<build>: fix github-actions-demo.yml
1 parent d5a2dab commit 408199e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
- run: echo "This job tests exercise problem in DescriptiveStatistics directory "
2727
- name: List files in the repository
2828
run: |
29-
ls ${{ github.workspace }/DescriptiveStatistics}
29+
echo "Listing all files in DescriptiveStatistics of the workspace directory "
30+
find ${{ github.workspace }} -mindepth 2 -type f
3031
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)