Skip to content

Commit

Permalink
[ci] Add store_artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Dec 25, 2022
1 parent ab11ca8 commit e8318df
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,10 @@ commands:
command: |
cd webdriverchecker/build/reports
zip -r <<parameters.report_name>>.zip tests/test/*
- run:
name: Compress JUnit report
command: |
cd webdriverchecker/build/reports
zip -r <<parameters.report_name>>.zip tests/test/*
- store_artifacts:
name: Store JUnit report
path: webdriverchecker/build/reports/<<parameters.report_name>>.zip
destination: <<parameters.report_name>>
test_execute:
parameters:
options: { type: string, default: "" }
Expand Down

0 comments on commit e8318df

Please sign in to comment.