Skip to content

Commit

Permalink
Run auto tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Oct 1, 2024
1 parent bfd215b commit e65aece
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cicd_light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ on:


jobs:
docker_build_and_test:
runs-on: ubuntu-latest
test_light:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit e65aece

Please sign in to comment.