Skip to content

Commit 7da9b96

Browse files
committed
add jsonata filters doc reference
1 parent ba0c511 commit 7da9b96

File tree

1 file changed

+2
-0
lines changed
  • src/app/reference/ci-workflows/upload-strategies

1 file changed

+2
-0
lines changed

src/app/reference/ci-workflows/upload-strategies/page.md

+2
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ export default config;
234234

235235
## Using GitHub Action
236236

237+
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).
238+
237239
```yml {% fileName=".github/workflows/e2e.yml" lineNumbers=true highlight=[19] %}
238240
name: Replay tests
239241
on:

0 commit comments

Comments
 (0)