File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,12 @@ jobs:
1717 BUILD :
1818 strategy :
1919 matrix :
20- os : [ mulesoft-ubuntu ]
20+ os : [ mulesoft-ubuntu, mulesoft-windows ]
2121 include :
2222 - os : mulesoft-ubuntu
2323 script_name : linux
24+ - os : mulesoft-windows
25+ script_name : windows
2426 runs-on : ${{ matrix.os }}
2527 # Steps represent a sequence of tasks that will be executed as part of the job
2628 steps :
Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ jobs:
1111 RELEASE_EXTENSION :
1212 strategy :
1313 matrix :
14- os : [ mulesoft-ubuntu ]
14+ os : [ mulesoft-ubuntu, mulesoft-windows ]
1515 include :
1616 - os : mulesoft-ubuntu
1717 script_name : linux
18+ - os : mulesoft-windows
19+ script_name : windows
1820 runs-on : ${{ matrix.os }}
1921
2022 # Steps represent a sequence of tasks that will be executed as part of the job
You can’t perform that action at this time.
0 commit comments