We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0310e09 commit 90f3d2cCopy full SHA for 90f3d2c
.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install dependencies and run tests
39
run: |
40
cd release-packages && node code-server*-linux-amd64 &
41
- yarn
+ yarn --frozen-lockfile
42
yarn test
43
pkill node
44
0 commit comments