Skip to content

Commit b815902

Browse files
committed
Updated config.yml
1 parent 217f4a5 commit b815902

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
destination: coverage-report-html
3434

3535
- run:
36-
name: Create large dummy zip file (500MB)
36+
name: Create large dummy zip file (2MB)
3737
command: |
3838
mkdir -p dummy-data
39-
dd if=/dev/urandom of=dummy-data/random.bin bs=1M count=500
39+
dd if=/dev/urandom of=dummy-data/random.bin bs=1M count=2
4040
zip -r dummy-artifact.zip dummy-data
4141
4242
- store_artifacts:

0 commit comments

Comments
 (0)