Start demo

This commit is contained in:
Daniel Imms
2023-08-27 08:50:24 -07:00
parent a4683ab874
commit 486d61736b
+2 -1
View File
@@ -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