Skip to content

Commit 51cd464

Browse files
committed
Add step to test OS installations
1 parent 7a6eab1 commit 51cd464

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/publish.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,3 +440,19 @@ jobs:
440440
git add gitmastery.rb
441441
git commit -m "Update to ${GITHUB_REF_NAME}"
442442
git push origin main
443+
444+
macos-test:
445+
strategy:
446+
matrix:
447+
os: [macos-13, macos-latest]
448+
449+
runs-on: ${{ matrix.os }}
450+
451+
needs: macos-publish
452+
453+
steps:
454+
- run: |
455+
brew tap git-mastery/gitmastery
456+
brew install gitmastery
457+
file "$(brew --prefix)/bin/gitmastery"
458+
gitmastery --help

0 commit comments

Comments
 (0)