Skip to content

Commit 3256a26

Browse files
ci(github): add mv to commands.yml
1 parent d6952ae commit 3256a26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/commands.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
shell: bash
2626
run: ls
2727

28+
- name: mv
29+
shell: bash
30+
run: |
31+
touch foo
32+
mv foo bar
33+
2834
- name: zip
2935
if: matrix.os != 'windows-latest'
3036
run: |

0 commit comments

Comments
 (0)