mirror of
https://github.com/cdr/code-server.git
synced 2026-01-22 16:12:39 +01:00
feat: add --log trace for running cs in ci
This commit is contained in:
parent
b1ea47c506
commit
03f730989d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue