feat: add step to upload test videos

This commit is contained in:
Joe Previte 2021-02-02 14:29:02 -07:00
parent ffdbf3a730
commit 9e3c8bd93d
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ jobs:
./release-packages/code-server*-linux-amd64/bin/code-server --home $CODE_SERVER_ADDRESS/healthz &
yarn --frozen-lockfile
yarn test
- name: Upload test artifacts
uses: actions/upload-artifact@v2
with:
name: test-videos
path: ./test/videos
release:
runs-on: ubuntu-latest