Skip to content
Snippets Groups Projects
Unverified Commit 20d59eff authored by Nuno Cruces's avatar Nuno Cruces Committed by GitHub
Browse files

brew tap-new: tests.yml workflow fails with casks

Running `brew test-bot --only-tap-syntax` fails on `ubuntu-latest` if any casks are added later to the tap, since casks are macOS only.
parent 99702b24
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ module Homebrew
- run: brew test-bot --only-setup
- run: brew test-bot --only-tap-syntax
if: matrix.os == 'macos-latest'
- run: brew test-bot --only-formulae
if: github.event_name == 'pull_request'
......
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