From aff9f8c4db77109ebeefdd4899c52798165b7058 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 06 Oct 2022 11:06:21 +0000 Subject: [PATCH] Add stale path to tests. --- --- a/.github/workflows/node-only-update_v2.yml +++ b/.github/workflows/node-only-update_v2.yml @@ -268,7 +268,7 @@ if: success() || failure() # run this step even if previous step failed with: name: Tests after node upgrade ${{ matrix.network }} # Name of the check run which will be created - path: tests/mochawesome-report/test-after-*.json # Path to test results + path: ${{ matrix.mainnet_branch }}/tests/mochawesome-report/test-after-*.json # Path to test results reporter: mochawesome-json fail-on-error: 'false' -- gitstuff