Skip to content

Commit

Permalink
add bigger test files
Browse files Browse the repository at this point in the history
  • Loading branch information
easingthemes committed Jan 2, 2023
1 parent 47f78aa commit 4f233a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f233a7

Please sign in to comment.