Skip to content

Commit

Permalink
install test workflow created
Browse files Browse the repository at this point in the history
  • Loading branch information
ADorigi committed Jun 12, 2024
1 parent 2ec536b commit 82a3eb3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/installation-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Installation Tests

on:
release:
types: [published]

jobs:
tag:
runs-on: ubuntu-latest
steps:
- name: print tag
run: |
echo "New tag: ${{ github.event.release.tag_name }}"
- name: test brew
run: |
brew -v

0 comments on commit 82a3eb3

Please sign in to comment.