Skip to content

Commit

Permalink
ci: debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuralFlux authored Aug 28, 2024
1 parent 4f3255e commit 10724cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test_ws_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,23 @@ jobs:
with:
version: 8

- name: network logger
run: |
mkdir $GITHUB_WORKSPACE/tmp_logs
sudo tcpdump -i any -w $GITHUB_WORKSPACE/tmp_logs/http.log &
- name: pnpm install, generate coverage report
- continue-on-error: true
run: |
pnpm run clone
pnpm run git checkout ${{ steps.branch-name.outputs.current_branch }}
pnpm i
pnpm --filter bte-server test-cov
- name: show network logs
run: |
cat $GITHUB_WORKSPACE/tmp_logs/http.log
- name: Send coverage report to codecov for visualization
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 10724cf

Please sign in to comment.