Skip to content

Commit

Permalink
update vanilla install error message assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancyq committed Sep 8, 2024
1 parent 09113b6 commit 1447819
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
name: gem-ruby
path: pkg
- run: "gem install pkg/rodiff-*.gem"
- run: "rodiff --help"
- run: "rodiff 2>&1 | fgrep 'ERROR: Cannot find the rodiff executable'"
- run: "rodiff 2>&1 | fgrep 'ERROR: Cannot find the odiff executable'"

linux-install:
needs: [package]
Expand Down

0 comments on commit 1447819

Please sign in to comment.