Commit Graph

3 Commits (2246621422759550fcf70a80236044b5a2747af7)

Author SHA1 Message Date
Gokhan Gulbiz 3768fa0809 Move GHA environment variables to workflow file (#7275)
Since GHA does not interpolate env variables in a matrix context, This
PR defines them in a separate job and uses them in other jobs.
2023-11-13 13:29:10 -05:00
Onur Tirtir 7792212a15 Fix flaky test detection job (#7256)
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
2023-11-13 13:29:10 -05:00
Gokhan Gulbiz 2da8e75515 CircleCI to GHA migration (#7154)
Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
2023-11-13 13:29:10 -05:00