Skip to content

Commit 6e37ae8

Browse files
committed
fix: add missing $ to ci
1 parent 262cccd commit 6e37ae8

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
@@ -40,7 +40,7 @@ jobs:
4040
- uses: microsoft/playwright-github-action@v1
4141
- name: Install dependencies and run tests
4242
run: |
43-
node ./release-packages/code-server*-linux-amd64 --home CODE_SERVER_ADDRESS/test-home &
43+
node ./release-packages/code-server*-linux-amd64 --home $CODE_SERVER_ADDRESS/test-home &
4444
yarn --frozen-lockfile
4545
yarn test
4646
pkill node

0 commit comments

Comments
 (0)