Skip to content

Commit c3c0842

Browse files
committed
try again
1 parent 07e4fa3 commit c3c0842

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,12 @@ jobs:
259259
with:
260260
node-version: "16"
261261

262+
# The centos container doesn't have Git 2.18.0 or higher
263+
# so we install git again in this step.
262264
- name: Install development tools
263265
run: |
264266
yum install -y epel-release centos-release-scl
265-
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync python3
267+
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync python3 git
266268
267269
- name: Install nfpm and envsubst
268270
run: |

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"release:prep": "./ci/build/release-prep.sh",
2020
"test:e2e": "VSCODE_IPC_HOOK_CLI= ./ci/dev/test-e2e.sh",
2121
"test:unit": "./ci/dev/test-unit.sh --forceExit --detectOpenHandles",
22-
"test:integration": "./ci/dev/test-integration.sh --forceExit --detectOpenHandles",
22+
"test:integration": "./ci/dev/test-integration.sh",
2323
"test:scripts": "./ci/dev/test-scripts.sh",
2424
"package": "./ci/build/build-packages.sh",
2525
"postinstall": "./ci/dev/postinstall.sh",

0 commit comments

Comments
 (0)