Skip to content

Commit 1a02ed2

Browse files
committed
chore: drop assertion of brew install
1 parent 70cc527 commit 1a02ed2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,4 @@ jobs:
4949
- name: Install with brew
5050
run: |
5151
brew install joshmedeski/sesh/sesh
52-
- name: Check installed sesh version
53-
run: |
54-
[ v$(sesh --version) == "$GITHUB_REF_NAME" ]
52+
# TODO: assert the latest version was installed

0 commit comments

Comments
 (0)