From 996a64d500557dcd0ce0315e7ccb0d6293bdf443 Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Thu, 15 Jan 2026 16:34:28 +0300 Subject: [PATCH] Fix CI issue with the paths --- .github/actions/run-differential-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-differential-tests/action.yml b/.github/actions/run-differential-tests/action.yml index 2099896..477fd81 100644 --- a/.github/actions/run-differential-tests/action.yml +++ b/.github/actions/run-differential-tests/action.yml @@ -138,4 +138,4 @@ runs: - name: Check Expectations shell: bash if: ${{ inputs['expectations-file-path'] != '' }} - run: report-processor compare-expectation-files --base-expectation-path ${{ inputs['expectations-file-path'] }}.json --other-expectation-path ./workdir/expectations.json + run: report-processor compare-expectation-files --base-expectation-path ${{ inputs['expectations-file-path'] }} --other-expectation-path ./workdir/expectations.json