Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5bfa authored Aug 23, 2024
1 parent f5e6323 commit c9aec5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:

- if: env.ARCHITECTURE == env.AUTOMATED_TESTS_ARCHITECTURE && env.CONFIGURATION == env.AUTOMATED_TESTS_CONFIGURATION
name: Get artifact size
id: get_artifact_size
uses: actions/github-script@v6
with:
script: |
Expand All @@ -182,4 +183,6 @@ jobs:
console.log('Artifact not found.');
}
# echo "Artifact size is ${{ steps.get_artifact_size.outputs.artifact-size }} bytes."
- if: env.ARCHITECTURE == env.AUTOMATED_TESTS_ARCHITECTURE && env.CONFIGURATION == env.AUTOMATED_TESTS_CONFIGURATION
name: Display artifact size
run: 'echo "Artifact size is ${{ steps.get_artifact_size.outputs.artifact-size }} bytes."'

0 comments on commit c9aec5c

Please sign in to comment.