Skip to content

Commit 733c0d8

Browse files
committed
Update CI
1 parent 3be8d9c commit 733c0d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/selenium_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Save Allure history
6666
run: |
6767
mkdir -p target/site/allure-maven-plugin/allure-history
68-
if [ -d target/allure-history ]; then
68+
if [ -d target/allure-history ] && [ "$(ls -A target/allure-history)" ]; then
6969
cp -r target/allure-history/* target/site/allure-maven-plugin/allure-history
7070
fi
7171

0 commit comments

Comments
 (0)