Skip to content

Commit

Permalink
add osx run
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos committed Dec 22, 2023
1 parent e5f3dfa commit df0d285
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/install-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,15 @@ jobs:
cd scripts/installer
./install-magasin.sh -c
run-macos:
runs-on: macos-latest # Specifies the macOS runner
steps:
- name: Checkout code
uses: actions/checkout@v2 # Action to checkout your repository's code

- name: Run a macOS command
run: |
ls -la
cd scripts/installer
./install-magasin.sh -c

0 comments on commit df0d285

Please sign in to comment.