We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f5664 commit 0a0ad09Copy full SHA for 0a0ad09
1 file changed
.github/workflows/tests.yml
@@ -34,7 +34,17 @@ jobs:
34
run: brew install --cask macfuse
35
shell: bash
36
37
- - run: brew test-bot
+ - run: brew test-bot --only-cleanup-before
38
+ shell: bash
39
+
40
+ - run: brew test-bot --only-setup
41
42
43
+ - run: brew test-bot --only-tap-syntax
44
45
46
+ - run: brew test-bot --only-formulae
47
+ if: github.event_name == 'pull_request'
48
49
50
- name: Upload bottles as artifact
0 commit comments