Skip to content

Commit 4d13f2e

Browse files
committed
chore: add some logs in pr workflow
1 parent c019193 commit 4d13f2e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/pr-test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ jobs:
190190
run: npm run test:ci:changed
191191
- name: Test All Versions (Delta)
192192
run: npm run test-all-versions:ci:changed
193+
# TODO: remove
194+
- name: List instr files
195+
run: find plugins/node/instrumentation-undici
193196
# TODO: save coverage for later
194197
- name: Upload Test Artifacts
195198
uses: actions/upload-artifact@v4
@@ -201,7 +204,7 @@ jobs:
201204
path: |
202205
!node_modules
203206
**/.nyc_output/**
204-
**/coverage/**
207+
205208
# TODO: how to put back everythign in coverage???
206209
test-coverage-report:
207210
runs-on: ubuntu-latest
@@ -231,8 +234,8 @@ jobs:
231234
with:
232235
name: tests-coverage-cache-${{ github.run_number }}-22
233236
path: .
234-
- name: List all directories
235-
run: find . -type d
237+
- name: List instr files
238+
run: find plugins/node/instrumentation-undici
236239
# - name: Report Coverage
237240
# uses: codecov/codecov-action@v5
238241
# env:

0 commit comments

Comments
 (0)