Skip to content

Commit 49af87e

Browse files
authored
Enhance hello world step with directory listing
1 parent ad00ca6 commit 49af87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mg5_ghci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: hello world
15-
run: echo hello world && echo `pwd`
15+
run: echo hello world && echo `pwd` && echo `ls`

0 commit comments

Comments
 (0)