Skip to content

Commit

Permalink
upload private API usage data
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Jul 3, 2024
1 parent dc26a69 commit 00c293b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- env:
PLAYWRIGHT_BROWSER: ${{ matrix.browser }}
run: npm run test:playwright
- name: Save private API usage data
uses: actions/upload-artifact@v4
with:
name: private-api-usage
path: private-api-usage
- name: Upload test results
if: always()
uses: ably/test-observability-action@v1
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
- run: npm run test:node
env:
CI: true
- name: Save private API usage data
uses: actions/upload-artifact@v4
with:
name: private-api-usage
path: private-api-usage
- name: Upload test results
if: always()
uses: ably/test-observability-action@v1
Expand Down

0 comments on commit 00c293b

Please sign in to comment.