Skip to content

Commit 9e3c8bd

Browse files
committed
feat: add step to upload test videos
1 parent ffdbf3a commit 9e3c8bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
./release-packages/code-server*-linux-amd64/bin/code-server --home $CODE_SERVER_ADDRESS/healthz &
4444
yarn --frozen-lockfile
4545
yarn test
46+
- name: Upload test artifacts
47+
uses: actions/upload-artifact@v2
48+
with:
49+
name: test-videos
50+
path: ./test/videos
4651

4752
release:
4853
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)