We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3e965 commit 5278980Copy full SHA for 5278980
.github/workflows/CI.yml
@@ -60,6 +60,11 @@ jobs:
60
wget --no-verbose --output-document=./selenium-server-standalone.jar http://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar
61
sudo chmod u+x ./selenium-server-standalone.jar
62
xvfb-run --auto-servernum python atest/run.py --zip headlesschrome --grid True
63
+ - uses: actions/upload-artifact@v1
64
+ if: success() || failure()
65
+ with:
66
+ name: Unit Test results
67
+ path: utest/output_dir
68
- uses: actions/upload-artifact@v1
69
if: success() || failure()
70
with:
0 commit comments