Skip to content

Commit 33a80f7

Browse files
committed
Updated config.yml
1 parent f479646 commit 33a80f7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ jobs:
4343
path: dummy-artifact.zip
4444
destination: dummy-large-file
4545

46+
- run:
47+
name: Generate /tmp/artifacts folder with sample files
48+
command: |
49+
mkdir -p /tmp/artifacts
50+
echo "Sample report content" > /tmp/artifacts/report1.txt
51+
echo "Another report content" > /tmp/artifacts/report2.txt
52+
53+
- store_artifacts:
54+
path: /tmp/artifacts
55+
destination: additional-artifacts-folder
56+
4657
- codecov/upload
4758

4859
- setup_remote_docker

0 commit comments

Comments
 (0)