Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flaky test detection job #7256

Merged
merged 2 commits into from
Oct 16, 2023
Merged

Fix flaky test detection job #7256

merged 2 commits into from
Oct 16, 2023

Conversation

onurctirtir
Copy link
Member

@onurctirtir onurctirtir commented Oct 13, 2023

We were getting such errors in flaky-test detection job:

Unable to process file command 'output' successfully

Even though we don't seem to be writing multiple lines to $GITHUB_OUTPUT, this seems to be the right fix.
https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings

Closes #7258.

@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #7256 (4c5afcc) into main (788e09a) will decrease coverage by 0.02%.
The diff coverage is n/a.

❗ Current head 4c5afcc differs from pull request most recent head 0a5c175. Consider uploading reports for the commit 0a5c175 to get more accurate results

@@            Coverage Diff             @@
##             main    #7256      +/-   ##
==========================================
- Coverage   93.22%   93.21%   -0.02%     
==========================================
  Files         275      275              
  Lines       59493    59536      +43     
  Branches        0     7418    +7418     
==========================================
+ Hits        55465    55498      +33     
- Misses       4028     4037       +9     
- Partials        0        1       +1     

@onurctirtir onurctirtir enabled auto-merge (squash) October 16, 2023 11:04
@onurctirtir onurctirtir merged commit 5eaf6c2 into main Oct 16, 2023
118 of 121 checks passed
@onurctirtir onurctirtir deleted the fix-flaky-test-detection-job branch October 16, 2023 11:20
francisjodi pushed a commit that referenced this pull request Nov 13, 2023
We were getting such errors in flaky-test detection job:
```
Unable to process file command 'output' successfully
```

Even though we don't seem to be writing multiple lines to
$GITHUB_OUTPUT, this seems to be the right fix.

https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants