mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
feat: add step to upload test videos
This commit is contained in:
parent
ffdbf3a730
commit
9e3c8bd93d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue