From e2d626d45be1440933b1938f38cfc78a4796372a Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Thu, 15 Jan 2026 00:30:38 +0300 Subject: [PATCH] Fix an issue with CI --- .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 96df0a9..3b9059d 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'] }} --other-expectation-path ${{ inputs['platform'] }}.json + run: report-processor compare-expectation-files --base-expectation-path ${{ inputs['expectations-file-path'] }}.json --other-expectation-path ${{ inputs['platform'] }}.json