From 03f730989d6527f8b502c7470421ed4a900795b6 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 2 Apr 2021 16:02:49 -0700 Subject: [PATCH] feat: add --log trace for running cs in ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af915298b..834910dd2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -63,7 +63,7 @@ jobs: - uses: microsoft/playwright-github-action@v1 - name: Install dependencies and run end-to-end tests run: | - ./release-packages/code-server*-linux-amd64/bin/code-server & + ./release-packages/code-server*-linux-amd64/bin/code-server --log trace & yarn --frozen-lockfile yarn test:e2e - name: Upload test artifacts