From 854b898856bf6ec6bdb4c869bf8b77d82f95292f Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Fri, 2 Apr 2021 21:00:27 +0900 Subject: [PATCH] change test log path --- .github/workflows/tests.yml | 2 +- Library/Homebrew/dev-cmd/tests.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5acf728689..ce0d712307 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -215,7 +215,7 @@ jobs: - name: Cache parallel tests log uses: actions/cache@v1 with: - path: /tmp/parallel_runtime_rspec.log + path: parallel_runtime_rspec.log key: ${{ runner.os }}-parallel_runtime_rspec.log restore-keys: ${{ runner.os }}-parallel_runtime_rspec.log diff --git a/Library/Homebrew/dev-cmd/tests.rb b/Library/Homebrew/dev-cmd/tests.rb index b52f9e3fa9..06981975a9 100644 --- a/Library/Homebrew/dev-cmd/tests.rb +++ b/Library/Homebrew/dev-cmd/tests.rb @@ -99,7 +99,7 @@ module Homebrew end parallel_rspec_log_path =if ENV["CI"] - "/tmp/parallel_runtime_rspec.log" + "parallel_runtime_rspec.log" else "#{HOMEBREW_CACHE}/tests/parallel_runtime_rspec.log" end