mirror of
https://github.com/gosticks/brew.git
synced 2026-08-13 13:10:30 +00:00
change directory for log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user