Skip to content

Commit

Permalink
<build>: fix github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyrusNotes committed Jan 5, 2025
1 parent d5a2dab commit 408199e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
- run: echo "This job tests exercise problem in DescriptiveStatistics directory "
- name: List files in the repository
run: |
ls ${{ github.workspace }/DescriptiveStatistics}
echo "Listing all files in DescriptiveStatistics of the workspace directory "
find ${{ github.workspace }} -mindepth 2 -type f
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 408199e

Please sign in to comment.