mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-31 02:51:51 -07:00
## What changed? Instead of storing the test sharing salt in a repo var, store it in a file. ## Why? https://github.com/temporalio/temporal/pull/9236 tried to use the repo's variable for storing the test sharding salt; but that is not accessible to PRs from forks. ## How did you test it? - [ ] built - [ ] run locally and tested manually - [x] covered by existing tests - [ ] added new unit test(s) - [ ] added new functional test(s) ## Potential risks PRs could fail due to flaky tests. But then the next run will delete the branch (thereby closing the PR) and open a new one.