Skip to content

Commit

Permalink
disable reports for now whilst I fix the script
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Jul 8, 2024
1 parent b63ac1b commit 266b06e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@ jobs:
- run: npm run test:node
env:
CI: true
- name: Generate private API usage reports
run: npm run process-private-api-data private-api-usage/*.json
#- name: Generate private API usage reports
#run: npm run process-private-api-data private-api-usage/*.json
- name: Save private API usage data
uses: actions/upload-artifact@v4
with:
name: private-api-usage-${{ matrix.node-version }}
path: |
private-api-usage
private-api-usage-reports
- name: Upload test results
if: always()
uses: ably/test-observability-action@v1
Expand Down

0 comments on commit 266b06e

Please sign in to comment.