Skip to content

Commit c50e799

Browse files
committed
skip windows
1 parent 79715f9 commit c50e799

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ jobs:
1717
BUILD:
1818
strategy:
1919
matrix:
20-
os: [ mulesoft-ubuntu, mulesoft-windows ]
20+
os: [ mulesoft-ubuntu ]
21+
# os: [ mulesoft-ubuntu, mulesoft-windows ]
2122
include:
2223
- os: mulesoft-ubuntu
2324
script_name: linux
24-
- os: mulesoft-windows
25-
script_name: windows
25+
# - os: mulesoft-windows
26+
# script_name: windows
2627
runs-on: ${{ matrix.os }}
2728
# Steps represent a sequence of tasks that will be executed as part of the job
2829
steps:

0 commit comments

Comments
 (0)