We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a4b3c commit d5a2dabCopy full SHA for d5a2dab
.github/workflows/github-actions-demo.yml
@@ -20,3 +20,11 @@ jobs:
20
run: |
21
ls ${{ github.workspace }}
22
- 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