We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e94e29 commit 39f5664Copy full SHA for 39f5664
1 file changed
.github/workflows/tests.yml
@@ -34,19 +34,7 @@ jobs:
34
run: brew install --cask macfuse
35
shell: bash
36
37
- # Create test-bot home directory to prevent RuboCop File.realpath errors
38
- # test-bot sets HOME=./home/ internally but RuboCop tries to resolve it before creation
39
- # See: https://github.com/rubocop/rubocop/issues/11725
40
- - name: Create test-bot home directory
41
- run: |
42
- mkdir -p home/.cache
43
- ls -la home/
44
- shell: bash
45
-
46
- - name: Run brew test-bot
47
- run: brew test-bot
48
- env:
49
- XDG_CACHE_HOME: /tmp
+ - run: brew test-bot
50
51
52
- name: Upload bottles as artifact
0 commit comments