Skip to content

Commit

Permalink
Rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White committed Oct 27, 2023
1 parent 73ac770 commit 2979acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions JavaScript/jest-replays/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ Clicking into **View Differences**, I could see that the response now included a

This kind of snapshot / stability testing is important to run over LLM outputs on every pull request so that you can catch regressions before they go to production.

### 5. Run the tests in CI
### 5. Run the replays in GitHub Actions

See the [GitHub Action](/.github/workflows/jest-replays.yml) workflow associated with this project. This ensures we run replays on every pull request.
The results of these replays will be under the GitHub tab on the [replays](https://app.autoblocks.ai/replays) page.
See the [Autoblocks Replays GitHub Action](/.github/workflows/autoblocks-replays.yml) workflow; this workflow runs replays on every pull request and also on a schedule. The results of these replays will be under the GitHub tab on the [replays](https://app.autoblocks.ai/replays) page.

0 comments on commit 2979acc

Please sign in to comment.