add bigger test files
parent
47f78aa96e
commit
4f233a7f45
|
@ -66,11 +66,12 @@ jobs:
|
||||||
mkdir test_project
|
mkdir test_project
|
||||||
cd test_project
|
cd test_project
|
||||||
touch index.html
|
touch index.html
|
||||||
touch image.svg
|
truncate -s 50MB image.svg
|
||||||
touch text.txt
|
truncate -s 5MB text.txt
|
||||||
truncate -s 500MB big_file.txt
|
truncate -s 500MB big_file.txt
|
||||||
date +"%Y-%m-%d %H:%M:%S,%3N" >> index.html
|
date +"%Y-%m-%d %H:%M:%S,%3N" >> index.html
|
||||||
cat index.html
|
cat index.html
|
||||||
|
ls -l
|
||||||
|
|
||||||
- name: e2e Test published ssh-deploy action
|
- name: e2e Test published ssh-deploy action
|
||||||
uses: easingthemes/ssh-deploy@main
|
uses: easingthemes/ssh-deploy@main
|
||||||
|
|
Loading…
Reference in New Issue