change directory for log
This commit is contained in:
parent
0ebc90ee67
commit
7f5a97d1f3
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user