change directory for log

This commit is contained in:
hyuraku 2021-04-01 23:28:33 +09:00
parent 0ebc90ee67
commit 7f5a97d1f3
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ jobs:
- name: Cache parallel tests log
uses: actions/cache@v1
with:
path: /tests/parallel_runtime_rspec.log
path: /tmp/parallel_runtime_rspec.log
key: ${{ runner.os }}-parallel_runtime_rspec-${{ hashFiles('**/parallel_runtime_rspec.log') }}
restore-keys: ${{ runner.os }}-parallel_runtime_rspec.log

View File

@ -99,7 +99,7 @@ module Homebrew
end
parallel_rspec_log_path =if ENV["CI"]
"/tests/parallel_runtime_rspec.log"
"/tmp/parallel_runtime_rspec.log"
else
"#{HOMEBREW_CACHE}/tests/parallel_runtime_rspec.log"
end