Skip to content

Commit

Permalink
workflows/tests: Test that bundleing and running some software works
Browse files Browse the repository at this point in the history
- In light of 7944186, to avoid future
  regressions, I was inspired by the `brew services start` tests in [the
  `brew services`
  repo](https://github.com/Homebrew/homebrew-services/blob/master/.github/workflows/tests.yml)
  to make a very simple functional test that this actually installs what
  it says it does.
  • Loading branch information
issyl0 committed Aug 5, 2021
1 parent 04c4152 commit f3314ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,11 @@ jobs:

- name: Run RSpec tests
run: bundle exec rspec

- name: Test that installing works
run: |
echo 'brew "hello"' > ./Brewfile
brew bundle
hello
- uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47

0 comments on commit f3314ef

Please sign in to comment.