Skip to content

Commit

Permalink
Merge branch 'fdc3-for-web-impl' into fdc3-for-web-impl-update
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat authored Oct 28, 2024
2 parents 88a8f4f + cee7d72 commit d606a3f
Show file tree
Hide file tree
Showing 42 changed files with 8,411 additions and 9,770 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,17 @@ jobs:

- name: Run tests
run: npm test

- name: Merge Results 1
run: npm run merge
if: always()

- name: Merge Results 2
run: npm run merge2
if: always()

- name: Report NYC coverage
uses: sidx1024/report-nyc-coverage-github-action@v1.2.7
if: always()
with:
coverage_file: "coverage/complete.json"
Loading

0 comments on commit d606a3f

Please sign in to comment.