From 1aab61f88e15a8a656eedaa7dc4c2fface173b3c Mon Sep 17 00:00:00 2001 From: meni Date: Mon, 11 Sep 2023 23:32:59 +0300 Subject: [PATCH] add tests scripts --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87a991b..382183c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,10 @@ jobs: node-version: 16.x - name: Install pnpm run: npm install -g pnpm@6.35.1 + - name: Run unit tests + run: npm run unit:test + - name: Run integration tests + run: xvfb-run -a npm test - name: Install vcse run: npm install -g @vscode/vsce - name: Install dependencies