File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,25 +2,25 @@ name: CI
22on : [ push, pull_request ]
33jobs :
44 Build :
5-
5+ runs-on : ubuntu-latest
6+ continue-on-error : ${{ matrix.integration }}
67 strategy :
78 matrix :
8- os : [ ubuntu-latest ]
9- node-version : [ 20 ]
9+ integration : [ true ]
1010 integration-deps :
11111212 - " @bpmn-io/properties-panel@3"
13- - " " # as defined in package.json
14-
15- runs-on : ${{ matrix.os }}
13+ include :
14+ - integration-deps : " " # as defined in package.json
15+ integration : false
1616
1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@v4
2020 - name : Use Node.js
2121 uses : actions/setup-node@v3
2222 with :
23- node-version : ${{ matrix.node-version }}
23+ node-version : 20
2424 cache : ' npm'
2525 - name : Install dependencies
2626 run : npm ci
You can’t perform that action at this time.
0 commit comments