We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db00db commit a0e241dCopy full SHA for a0e241d
1 file changed
.github/workflows/CI.yml
@@ -88,7 +88,7 @@ jobs:
88
# xvfb-run --auto-servernum python atest/run.py --zip headlesschrome --grid True
89
90
- uses: actions/upload-artifact@v1
91
- if: success() || failure()
+ if: failure()
92
with:
93
name: SeleniumLibrary Test results
94
path: atest/zip_results
0 commit comments