We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892354d commit 47408baCopy full SHA for 47408ba
1 file changed
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
workflow_dispatch:
5
pull_request:
6
- types: [opened, synchronize]
+ types: [ opened, synchronize ]
7
paths-ignore:
8
- '**/*.md'
9
- '!.github/workflows/ci.yml'
@@ -42,4 +42,12 @@ jobs:
42
with:
43
cache-key: warm
44
- 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
53
- run: cargo test --all-features pnp -- --nocapture
0 commit comments