Skip to content

Commit 03f7309

Browse files
committed
feat: add --log trace for running cs in ci
1 parent b1ea47c commit 03f7309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: microsoft/playwright-github-action@v1
6464
- name: Install dependencies and run end-to-end tests
6565
run: |
66-
./release-packages/code-server*-linux-amd64/bin/code-server &
66+
./release-packages/code-server*-linux-amd64/bin/code-server --log trace &
6767
yarn --frozen-lockfile
6868
yarn test:e2e
6969
- name: Upload test artifacts

0 commit comments

Comments
 (0)