Skip to content

Commit 5278980

Browse files
committed
Upload unit test artifacts
1 parent 7a3e965 commit 5278980

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
wget --no-verbose --output-document=./selenium-server-standalone.jar http://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar
6161
sudo chmod u+x ./selenium-server-standalone.jar
6262
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
6368
- uses: actions/upload-artifact@v1
6469
if: success() || failure()
6570
with:

0 commit comments

Comments
 (0)