Skip to content

Commit

Permalink
[fix/ISSUE-47] Include MacOS in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
azihassan committed Jan 4, 2024
1 parent 6cd9656 commit 4b1b1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
unit_test:
strategy:
matrix:
os: [ { name: ubuntu-20.04, extension: '' } , { name: windows-2019, extension: '.exe' }]
os: [ { name: ubuntu-20.04, extension: '' } , { name: windows-2019, extension: '.exe' }, { name: macos-latest, extension: '']

runs-on: ${{ matrix.os.name }}

Expand All @@ -31,7 +31,7 @@ jobs:
console_test:
strategy:
matrix:
os: [ { name: ubuntu-20.04, command: sh tests.sh, extension: '' } , { name: windows-2019, command: powershell.exe -file tests.ps1, extension: '.exe' }]
os: [ { name: ubuntu-20.04, command: sh tests.sh, extension: '' } , { name: windows-2019, command: powershell.exe -file tests.ps1, extension: '.exe' }, { name: macos-latest, command: sh tests.sh, extension: '' }]

runs-on: ${{ matrix.os.name }}
needs: unit_test
Expand Down

0 comments on commit 4b1b1c3

Please sign in to comment.