Skip to content

Commit

Permalink
fix comments generation for integration tests (#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav authored Nov 14, 2023
1 parent aba2033 commit 2e08921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
process-results:
runs-on: ubuntu-latest
needs: integration-tests
if: always()
if: always() && (needs.integration-tests.result == 'failure' || needs.integration-tests.result == 'success')
steps:
- name: Save URLs to file
run: echo "🧪 Test results" > ${{ env.BODY_FILE }}
Expand Down

0 comments on commit 2e08921

Please sign in to comment.