Skip to content

Commit 06d148c

Browse files
committed
test
1 parent ad2c0a3 commit 06d148c

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
@@ -25,6 +25,9 @@ jobs:
2525
pip install poetry
2626
poetry install
2727
28+
- name: print pwd
29+
run: pwd
30+
2831
- name: Testing
2932
run: |
3033
python -m pip install pytest

0 commit comments

Comments
 (0)