add bigger test files

main
Dragan Filipovic 2023-01-02 22:40:20 +01:00
parent 47f78aa96e
commit 4f233a7f45
1 changed files with 3 additions and 2 deletions

View File

@ -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