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 262cccd commit 6e37ae8Copy full SHA for 6e37ae8
.github/workflows/ci.yaml
@@ -40,7 +40,7 @@ jobs:
40
- uses: microsoft/playwright-github-action@v1
41
- name: Install dependencies and run tests
42
run: |
43
- node ./release-packages/code-server*-linux-amd64 --home CODE_SERVER_ADDRESS/test-home &
+ node ./release-packages/code-server*-linux-amd64 --home $CODE_SERVER_ADDRESS/test-home &
44
yarn --frozen-lockfile
45
yarn test
46
pkill node
0 commit comments