diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af915298..834910dd 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