We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f3d2c commit e6cbf0eCopy full SHA for e6cbf0e
.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 &
+ node ./release-packages/code-server*-linux-amd64 &
41
yarn --frozen-lockfile
42
yarn test
43
pkill node
0 commit comments