From 1f8719ee876ab6fb8b29cdf018815b03e000f197 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 30 Dec 2019 11:23:38 +0100 Subject: Minimize typescript CI --- .github/workflows/ci.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb397ae14..1d24295ec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,14 +67,7 @@ jobs: with: node-version: 12.x - - name: Install xvfb - run: sudo apt-get install xvfb - run: npm ci working-directory: ./editors/code - - run: npm run vscode:prepublish + - run: npm run package --scripts-prepend-node-path working-directory: ./editors/code - - run: xvfb-run --auto-servernum npm run travis - working-directory: ./editors/code - - - name: Cleanup xvfb - uses: bcomnes/cleanup-xvfb@v1 -- cgit v1.2.3