Skip to content

Commit 03e616d

Browse files
authored
Merge pull request #14387 from ggbecker/fix-compare-ds-7
Invert order of datastreams comparison
2 parents fe081c9 + 4a8f1f3 commit 03e616d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)