We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3be8d9c commit 733c0d8Copy full SHA for 733c0d8
1 file changed
.github/workflows/selenium_test.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Save Allure history
66
run: |
67
mkdir -p target/site/allure-maven-plugin/allure-history
68
- if [ -d target/allure-history ]; then
+ if [ -d target/allure-history ] && [ "$(ls -A target/allure-history)" ]; then
69
cp -r target/allure-history/* target/site/allure-maven-plugin/allure-history
70
fi
71
0 commit comments