Skip to content

Commit c1ac452

Browse files
committed
force change
1 parent 35bac75 commit c1ac452

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

.github/workflows/mcix-ci.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,21 @@ jobs:
3939
import-report: reports/import-report.xml
4040
compile-report: reports/compile-report.xml
4141

42-
42+
- name: Execute DataStage unit tests
43+
id: unit-tests
44+
uses: MettleCI/mcix-unit-test-execute@v0
45+
with:
46+
api-key: ${{ secrets.CP4D_API_KEY }}
47+
url: ${{ vars.CP4D_URL }}
48+
user: ${{ vars.CP4D_USER }}
49+
project: ${{ vars.DATASTAGE_PROJECT }}
50+
report: reports/unit-test-report.xml
51+
test-suite: mcix ci tests
52+
max-concurrency: 8
53+
54+
- name: Upload MCIX reports
55+
if: always()
56+
uses: actions/upload-artifact@v4
57+
with:
58+
name: mcix-reports
59+
path: reports/

datastage/data_intg_flow/CreateSalesSummary.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"ui_data" : {
168168
"image" : "/data-intg/flows/graphics/palette/PxJoin.svg",
169169
"x_pos" : 380.15999999999997,
170-
"label" : "Join_1",
170+
"label" : "Join_0",
171171
"y_pos" : 364.32
172172
}
173173
},
@@ -500,7 +500,7 @@
500500
"ui_data" : {
501501
"image" : "/data-intg/flows/graphics/palette/PxJoin.svg",
502502
"x_pos" : 617.76,
503-
"label" : "Join_2",
503+
"label" : "Join_1",
504504
"y_pos" : 364.32
505505
}
506506
},
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)