File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,19 @@ branches:
33 - master
44language : node_js
55dist : jammy
6- os : linux-ppc64le
6+ arch :
7+ - ppc64le
8+ - s390x
79cache :
810 npm : true
911services :
1012 - docker
1113node_js :
1214 - 22
15+ addons :
16+ apt :
17+ packages :
18+ - docker.io
1319env :
1420 - >
1521 JOB=test
1824 JOB=cross-test
1925 DB2_VERSION=:11.5.9.0@sha256:77095d4e04cf4448c0257086afcb2c166193d718dc33441da3b949f97e21efd5
2026install : skip
21- script : |
27+ script : |-
28+ docker --version
2229 case "$JOB" in
2330 test)
2431 ./cicd/well-known/test-harness.sh
Original file line number Diff line number Diff line change 1+ branches :
2+ only :
3+ - master
4+ image : Visual Studio 2022
5+ environment :
6+ NODEJS_VERSION :
7+ - 22
8+ install :
9+ - ps : Install-Product node $env:NODEJS_VERSION
10+
11+ test_script :
12+ - ./
You can’t perform that action at this time.
0 commit comments