[CI] Fix steps order
This commit is contained in:
parent
d0cfd5a461
commit
c6096ad3b8
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -185,6 +185,10 @@ jobs:
|
||||||
cd $PWD/extras/test/ci
|
cd $PWD/extras/test/ci
|
||||||
./build_examples.sh ${{ matrix.id }} "${{ steps.prep.outputs.skip-pattern }}" ${{ steps.prep.outputs.options }}
|
./build_examples.sh ${{ matrix.id }} "${{ steps.prep.outputs.skip-pattern }}" ${{ steps.prep.outputs.options }}
|
||||||
|
|
||||||
|
- name: Extract short commit hash
|
||||||
|
id: short-hash
|
||||||
|
run: echo "::set-output name=short_sha::$(git rev-parse --short HEAD)"
|
||||||
|
|
||||||
- name: Parse sizes
|
- name: Parse sizes
|
||||||
if: ${{ env.run-build == 'true' }}
|
if: ${{ env.run-build == 'true' }}
|
||||||
run:
|
run:
|
||||||
|
@ -193,10 +197,6 @@ jobs:
|
||||||
./parse_size.sh ${{ matrix.id }}
|
./parse_size.sh ${{ matrix.id }}
|
||||||
cat size_${{ steps.short-hash.outputs.short_sha }}_${{ steps.split.outputs._0 }}-${{ steps.split.outputs._1 }}-${{ steps.split.outputs._2 }}.csv
|
cat size_${{ steps.short-hash.outputs.short_sha }}_${{ steps.split.outputs._0 }}-${{ steps.split.outputs._1 }}-${{ steps.split.outputs._2 }}.csv
|
||||||
|
|
||||||
- name: Extract short commit hash
|
|
||||||
id: short-hash
|
|
||||||
run: echo "::set-output name=short_sha::$(git rev-parse --short HEAD)"
|
|
||||||
|
|
||||||
- name: Upload size report as artifact
|
- name: Upload size report as artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue