Skip to content

Commit

Permalink
test workers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Felisatti authored Mar 26, 2024
1 parent b8d7b27 commit d51d5fa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:
OSX_LINUX_WINDOWS:
strategy:
matrix:
os: [ mulesoft-labs-ubuntu, mulesoft-labs-windows ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
include:
- os: mulesoft-labs-windows
- os: windows-latest
script_name: windows
- os: mulesoft-labs-ubuntu
- os: ubuntu-latest
script_name: linux
- os: macos-latest
script_name: osx
runs-on: ${{ matrix.os }}
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit d51d5fa

Please sign in to comment.