From e8318df941007f198be481162b20b09a8fbb0149 Mon Sep 17 00:00:00 2001 From: ngoanh2n Date: Sun, 25 Dec 2022 13:14:00 +0700 Subject: [PATCH] [ci] Add store_artifacts --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b1743fd..329ec7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -181,11 +181,10 @@ commands: command: | cd webdriverchecker/build/reports zip -r <>.zip tests/test/* - - run: - name: Compress JUnit report - command: | - cd webdriverchecker/build/reports - zip -r <>.zip tests/test/* + - store_artifacts: + name: Store JUnit report + path: webdriverchecker/build/reports/<>.zip + destination: <> test_execute: parameters: options: { type: string, default: "" }