Skip to content

Commit 47408ba

Browse files
committed
test: debug4 upload pnpn.cjs
1 parent 892354d commit 47408ba

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
workflow_dispatch:
55
pull_request:
6-
types: [opened, synchronize]
6+
types: [ opened, synchronize ]
77
paths-ignore:
88
- '**/*.md'
99
- '!.github/workflows/ci.yml'
@@ -42,4 +42,12 @@ jobs:
4242
with:
4343
cache-key: warm
4444
- run: find fixtures/pnp
45+
- uses: actions/upload-artifact@v4
46+
name: pnp.cjs upload
47+
with:
48+
name: pnp.cjs
49+
path: |
50+
./fixtures/pnp/.pnp.cjs
51+
if-no-files-found: error
52+
include-hidden-files: true
4553
- run: cargo test --all-features pnp -- --nocapture

0 commit comments

Comments
 (0)