From 4f233a7f454e5c2bfd541ed7ee4d5a1f9f46ad88 Mon Sep 17 00:00:00 2001 From: Dragan Filipovic Date: Mon, 2 Jan 2023 22:40:20 +0100 Subject: [PATCH] add bigger test files --- .github/workflows/e2e.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 315b6b2..2f5c5be 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -66,11 +66,12 @@ jobs: mkdir test_project cd test_project touch index.html - touch image.svg - touch text.txt + truncate -s 50MB image.svg + truncate -s 5MB text.txt truncate -s 500MB big_file.txt date +"%Y-%m-%d %H:%M:%S,%3N" >> index.html cat index.html + ls -l - name: e2e Test published ssh-deploy action uses: easingthemes/ssh-deploy@main