mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Start demo
This commit is contained in:
@@ -24,7 +24,6 @@ jobs:
|
||||
- name: Zip artifacts
|
||||
run: |
|
||||
zip -r compressed-build \
|
||||
./client/dist/* \
|
||||
./out/* \
|
||||
./out-test/* \
|
||||
./addons/xterm-addon-attach/out/* \
|
||||
@@ -221,6 +220,8 @@ jobs:
|
||||
run: 7z x compressed-build.zip -aoa -o${{ github.workspace }}
|
||||
- name: Print directory structure
|
||||
run: ls -R
|
||||
- name: Build demo
|
||||
run: yarn start &
|
||||
- name: Integration tests
|
||||
run: yarn test-playwright --forbid-only
|
||||
|
||||
|
||||
Reference in New Issue
Block a user