We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50e799 commit a1bce23Copy full SHA for a1bce23
1 file changed
.github/workflows/main.yml
@@ -17,13 +17,13 @@ jobs:
17
BUILD:
18
strategy:
19
matrix:
20
- os: [ mulesoft-ubuntu ]
+ os: [ mulesoft-windows ]
21
# os: [ mulesoft-ubuntu, mulesoft-windows ]
22
include:
23
- - os: mulesoft-ubuntu
24
- script_name: linux
25
-# - os: mulesoft-windows
26
-# script_name: windows
+# - os: mulesoft-ubuntu
+# script_name: linux
+ - os: mulesoft-windows
+ script_name: windows
27
runs-on: ${{ matrix.os }}
28
# Steps represent a sequence of tasks that will be executed as part of the job
29
steps:
0 commit comments