From 486d61736b7abea83b0a87160ca628d3b59f8357 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 27 Aug 2023 08:50:24 -0700 Subject: [PATCH] Start demo --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e03fc1d..99b2acfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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