We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ea47c commit 03f7309Copy full SHA for 03f7309
.github/workflows/ci.yaml
@@ -63,7 +63,7 @@ jobs:
63
- uses: microsoft/playwright-github-action@v1
64
- name: Install dependencies and run end-to-end tests
65
run: |
66
- ./release-packages/code-server*-linux-amd64/bin/code-server &
+ ./release-packages/code-server*-linux-amd64/bin/code-server --log trace &
67
yarn --frozen-lockfile
68
yarn test:e2e
69
- name: Upload test artifacts
0 commit comments