Skip to content

Commit

Permalink
Merge pull request #208 from replayio/filip/dev-611-add-a-mention-of-…
Browse files Browse the repository at this point in the history
…jsonata-filters-to-docs

add jsonata filters doc reference
  • Loading branch information
filiphric authored Jun 19, 2024
2 parents ba0c511 + 7da9b96 commit 0685d92
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 0685d92

Please sign in to comment.