We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe081c9 + 4a8f1f3 commit 03e616dCopy full SHA for 03e616d
.github/workflows/compare-ds.yaml
@@ -86,7 +86,7 @@ jobs:
86
run: ./build_product ${{steps.product.outputs.prop}} --datastream-only
87
- name: Compare datastreams
88
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
+ 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
90
env:
91
PYTHONPATH: ${{ github.workspace }}
92
- name: Test if there are datastream changes
0 commit comments