chore: add echo

This commit is contained in:
Dariusz Majcherczyk 2024-03-07 16:38:45 +01:00
parent 3b3bfa781e
commit 9c033d7ad2
No known key found for this signature in database
GPG Key ID: C42DFD2F046CA415

View File

@ -286,7 +286,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- run: |
result="${{ needs.cypress.result }}"
echo result="${{ needs.cypress.result }}"
if [[ $result == "success" || $result == "skipped" || $result == "null" ]]; then
exit 0
else