Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit ca3e147

Browse files
authored
Add Windows and Mac runners
1 parent 71a7d4c commit ca3e147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: push
33
jobs:
44
my-job:
55
name: Run System tests
6-
runs-on: ubuntu-latest
6+
runs-on: [ubuntu-latest, windows-latest, macos-latest]
77
steps:
88
- name: Check out repository
99
uses: actions/checkout@v2
@@ -16,4 +16,4 @@ jobs:
1616
run: mvn test-compile failsafe:integration-test
1717
env:
1818
MATLAB_ROOT: ${{ steps.setup-matlab.outputs.matlabroot }}
19-
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN}}
19+
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN}}

0 commit comments

Comments
 (0)