Skip to content

Commit 4a8f1f3

Browse files
committed
Invert order of datastreams comparison.
It was considering the new datastream as the one from the fork point instead of the of from the pull request.
1 parent 9033391 commit 4a8f1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compare-ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: ./build_product ${{steps.product.outputs.prop}} --datastream-only
8787
- name: Compare datastreams
8888
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
89-
run: utils/compare_ds.py pr_artifacts/artifacts/ssg-${{steps.product.outputs.prop}}-ds.xml build/ssg-${{steps.product.outputs.prop}}-ds.xml | tee diff.log
89+
run: utils/compare_ds.py build/ssg-${{steps.product.outputs.prop}}-ds.xml pr_artifacts/artifacts/ssg-${{steps.product.outputs.prop}}-ds.xml | tee diff.log
9090
env:
9191
PYTHONPATH: ${{ github.workspace }}
9292
- name: Test if there are datastream changes

0 commit comments

Comments
 (0)