We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7dfa4 commit 4be6393Copy full SHA for 4be6393
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
- uses: microsoft/playwright-github-action@v1
38
- name: Install dependencies and run tests
39
run: |
40
- cd release-packages && node code-server*-linux-amd64 &
+ cd release-packages && node PASSWORD=e45432jklfdsab code-server*-linux-amd64 &
41
yarn
42
yarn test
43
pkill node
.gitignore
@@ -14,4 +14,4 @@ node-*
14
/plugins
15
/lib/coder-cloud-agent
16
.home
17
-coverage
+coverage
0 commit comments