Skip to content

Commit

Permalink
chore: drop assertion of brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmedeski committed Jan 16, 2024
1 parent 70cc527 commit 1a02ed2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,4 @@ jobs:
- name: Install with brew
run: |
brew install joshmedeski/sesh/sesh
- name: Check installed sesh version
run: |
[ v$(sesh --version) == "$GITHUB_REF_NAME" ]
# TODO: assert the latest version was installed

0 comments on commit 1a02ed2

Please sign in to comment.