Skip to content
Snippets Groups Projects
Unverified Commit 949c102f authored by Mike McQuaid's avatar Mike McQuaid
Browse files

workflows/tests: run brew test-bot --only-formulae.

This will avoid some duplicate steps already run by this workflow while
continuing to provide an integration test of the formula testing
formula.
parent 8b115847
No related branches found
No related tags found
No related merge requests found
......@@ -181,12 +181,12 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: docker build -t brew --build-arg=version=16.04 .
- name: Run brew test-bot
- name: Run brew test-bot --only-formulae --test-default-formula
run: |
if [ "$RUNNER_OS" = "Linux" ]; then
docker run --rm brew brew test-bot
docker run --rm brew brew test-bot --only-formulae --test-default-formula
else
brew test-bot
brew test-bot --only-formulae --test-default-formula
fi
- name: Deploy the Docker image to GitHub and Docker Hub
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment