diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c4b4cd8..75138df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,10 +17,12 @@ jobs: BUILD: strategy: matrix: - os: [ mulesoft-ubuntu ] + os: [ mulesoft-ubuntu, mulesoft-windows ] include: - os: mulesoft-ubuntu script_name: linux + - os: mulesoft-windows + script_name: windows runs-on: ${{ matrix.os }} # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65e80cf..82f417e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,10 +11,12 @@ jobs: RELEASE_EXTENSION: strategy: matrix: - os: [ mulesoft-ubuntu ] + os: [ mulesoft-ubuntu, mulesoft-windows ] include: - os: mulesoft-ubuntu script_name: linux + - os: mulesoft-windows + script_name: windows runs-on: ${{ matrix.os }} # Steps represent a sequence of tasks that will be executed as part of the job