Skip to content

Commit bbc0a6a

Browse files
authored
W-20004524: Add mulesoft-windows runner (#108)
1 parent d5376ae commit bbc0a6a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)