Skip to content

Commit

Permalink
Upload test results to observability server
Browse files Browse the repository at this point in the history
Resolves #1548.

Co-authored-by: Owen Pearson <owen.pearson@ably.com>
  • Loading branch information
lawrence-forooghian and owenpearson committed Dec 14, 2023
1 parent 789a768 commit 056f4c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:
- env:
PLAYWRIGHT_BROWSER: ${{ matrix.browser }}
run: npm run test:playwright
- name: Upload test results
if: always()
uses: ably/test-observability-action@v1
with:
server-auth: ${{ secrets.TEST_OBSERVABILITY_SERVER_AUTH_KEY }}
path: './junit'
6 changes: 6 additions & 0 deletions .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ jobs:
- run: npm run test:node
env:
CI: true
- name: Upload test results
if: always()
uses: ably/test-observability-action@v1
with:
server-auth: ${{ secrets.TEST_OBSERVABILITY_SERVER_AUTH_KEY }}
path: './junit'

0 comments on commit 056f4c9

Please sign in to comment.