Skip to content

Commit

Permalink
add jsonata filters doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphric committed Jun 19, 2024
1 parent ba0c511 commit 7da9b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/reference/ci-workflows/upload-strategies/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ export default config;

## Using GitHub Action

Alternatively, you can upload your replays in a separate step using our [GitHub upload action](https://github.com/replayio/action-upload). To filter which replays to upload, you can use [JSONata filtering functions](https://docs.jsonata.org/higher-order-functions#filter).

```yml {% fileName=".github/workflows/e2e.yml" lineNumbers=true highlight=[19] %}
name: Replay tests
on:
Expand Down

0 comments on commit 7da9b96

Please sign in to comment.