File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,18 +78,15 @@ jobs:
7878 name : pr-artifacts-${{ github.event.workflow_run.head_sha }}
7979 path : pr_artifacts
8080 run-id : ${{ github.event.workflow_run.id }}
81- - name : Create unpacked_artifacts directory
82- if : ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
83- run : mkdir -p pr_artifacts/unpacked_artifacts
8481 - name : Unpack built artifacts
8582 if : ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
86- run : tar -xvzf pr_artifacts/artifacts.tar.gz -C pr_artifacts/unpacked_artifacts
83+ run : tar -xvzf pr_artifacts/artifacts.tar.gz -C pr_artifacts
8784 - name : Build product
8885 if : ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
8986 run : ./build_product ${{steps.product.outputs.prop}} --datastream-only
9087 - name : Compare datastreams
9188 if : ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
92- run : utils/compare_ds.py pr_artifacts/unpacked_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 pr_artifacts/artifacts /ssg-${{steps.product.outputs.prop}}-ds.xml build/ssg-${{steps.product.outputs.prop}}-ds.xml | tee diff.log
9390 env :
9491 PYTHONPATH : ${{ github.workspace }}
9592 - name : Test if there are datastream changes
You can’t perform that action at this time.
0 commit comments