Skip to content

Commit

Permalink
Merge branch 'master' into st/fix/add-predicate-data-to-resource
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed May 24, 2024
2 parents e0ca63f + 66a1375 commit 5358ea9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/young-rockets-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ jobs:
name: node
path: coverage/environments

- name: Download Coverage Artifact for Browser Tests
uses: actions/download-artifact@v4
with:
name: browser
path: coverage/environments

- name: Generate Coverage
run: pnpm test:coverage-merge

Expand Down

0 comments on commit 5358ea9

Please sign in to comment.