Skip to content

Commit d5a2dab

Browse files
committed
<build>: update github-actions-demo.yml
- add new job : Test-Descriptive-Statistics
1 parent e6a4b3c commit d5a2dab

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ jobs:
2020
run: |
2121
ls ${{ github.workspace }}
2222
- run: echo "🍏 This job's status is ${{ job.status }}."
23+
Test-Descriptive-Statistics:
24+
runs-on: ubuntu-latest
25+
steps:
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}
30+
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)