Skip to content

Commit 85d60b7

Browse files
committed
feat: add --log trace for running cs in ci
1 parent f4c7bb9 commit 85d60b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: microsoft/playwright-github-action@v1
5555
- name: Install dependencies and run end-to-end tests
5656
run: |
57-
./release-packages/code-server*-linux-amd64/bin/code-server &
57+
./release-packages/code-server*-linux-amd64/bin/code-server --log trace &
5858
yarn --frozen-lockfile
5959
yarn test:e2e
6060
- name: Upload test artifacts

0 commit comments

Comments
 (0)