diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d479e77d5..b037719eb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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