We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a2dab commit 408199eCopy full SHA for 408199e
.github/workflows/github-actions-demo.yml
@@ -26,5 +26,6 @@ jobs:
26
- run: echo "This job tests exercise problem in DescriptiveStatistics directory "
27
- name: List files in the repository
28
run: |
29
- ls ${{ github.workspace }/DescriptiveStatistics}
+ echo "Listing all files in DescriptiveStatistics of the workspace directory "
30
+ find ${{ github.workspace }} -mindepth 2 -type f
31
- run: echo "🍏 This job's status is ${{ job.status }}."
0 commit comments