Skip to content

Commit 0a0ad09

Browse files
claudesmessmer
authored andcommitted
Split brew test-bot into separate steps to identify failing phase
Closes #24. Signed-off-by: Sebastian Messmer <2373925+smessmer@users.noreply.github.com>
1 parent 39f5664 commit 0a0ad09

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,17 @@ jobs:
3434
run: brew install --cask macfuse
3535
shell: bash
3636

37-
- run: brew test-bot
37+
- run: brew test-bot --only-cleanup-before
38+
shell: bash
39+
40+
- run: brew test-bot --only-setup
41+
shell: bash
42+
43+
- run: brew test-bot --only-tap-syntax
44+
shell: bash
45+
46+
- run: brew test-bot --only-formulae
47+
if: github.event_name == 'pull_request'
3848
shell: bash
3949

4050
- name: Upload bottles as artifact

0 commit comments

Comments
 (0)