Fix an issue with CI

This commit is contained in:
Omar Abdulla
2026-01-15 00:30:38 +03:00
parent 1231a9b6c5
commit e2d626d45b
@@ -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