Skip to content

Commit 39f5664

Browse files
committed
Update to CryFS 1.0.3 - revert workflow to simple version
1 parent 9e94e29 commit 39f5664

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,7 @@ jobs:
3434
run: brew install --cask macfuse
3535
shell: bash
3636

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
37+
- run: brew test-bot
5038
shell: bash
5139

5240
- name: Upload bottles as artifact

0 commit comments

Comments
 (0)