mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-28 19:00:44 -04:00
improve echo in e2e
This commit is contained in:
parent
a73c81ee7b
commit
bfa025c10c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
@ -73,8 +73,8 @@ jobs:
|
|||
truncate -s 5MB text_in_skip_dir.txt
|
||||
cd ../
|
||||
cat index.html
|
||||
echo "test_project: \n" && ls -l
|
||||
echo "skip_dir: \n" && ls -l skip_dir
|
||||
echo "test_project:" && ls -l
|
||||
echo "skip_dir:" && ls -l skip_dir
|
||||
|
||||
- name: e2e Test published ssh-deploy action
|
||||
uses: easingthemes/ssh-deploy@main
|
||||
|
|
Loading…
Add table
Reference in a new issue