Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit e13f708

Browse files
committed
debug
1 parent ded9924 commit e13f708

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/example-sync.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333

3434
- name: move sources from old to new example
3535
run: |
36+
echo "ls -al:"
37+
ls -al
3638
rm rust-gh-example/src/main.rs
3739
cp old_example/src/* rust-gh-example/src/
3840
@@ -47,8 +49,8 @@ jobs:
4749
echo "ls ../rust-gh-example/src:"
4850
ls ../rust-gh-example/src
4951
cp -r ../rust-gh-example/* .
50-
echo "ls:"
51-
ls
52+
echo "ls -al:"
53+
ls -al
5254
rm src/*
5355
mv ../old_sources/* src
5456

0 commit comments

Comments
 (0)