Skip to content

Commit cd05627

Browse files
committed
test
1 parent 06d148c commit cd05627

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: print pwd
2929
run: pwd
3030

31+
- name: print ls
32+
run: ls
33+
3134
- name: Testing
3235
run: |
3336
python -m pip install pytest

0 commit comments

Comments
 (0)