Fix CI issue with the paths

This commit is contained in:
Omar Abdulla
2026-01-15 16:34:28 +03:00
parent 2ce575bf72
commit 996a64d500
@@ -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