Skip to content

Commit 4f6708f

Browse files
committed
fix(ci): update test job to use bin
1 parent e3daf1f commit 4f6708f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
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/healthz &
43+
./release-packages/code-server*-linux-amd64/bin/code-server --home $CODE_SERVER_ADDRESS/healthz &
4444
yarn --frozen-lockfile
4545
yarn test
4646
pkill node

0 commit comments

Comments
 (0)