You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
key: x-napi-v2-${{ steps.node-install.outputs.node-version }} # the cache key consists of a manually bumpable version and the node version, as the cached rustc artifacts contain linking information where to find node.lib, which is in a versioned directory.
114
-
- name: Run pnpm install
115
-
working-directory: api/node
116
-
run: pnpm install --frozen-lockfile
117
-
- name: Build node plugin in debug
118
-
run: pnpm build:testing
119
-
working-directory: api/node
120
-
- name: Run node tests
121
-
working-directory: api/node
122
-
run: pnpm test
123
-
- name: Run test-driver-nodejs
124
-
# Release is only applied to the harness that drives the node.js invocations, but needed
125
-
# to avoid crashing on Windows with what looks like an out of stack exception.
126
-
run: cargo test --verbose --release --all-features -p test-driver-nodejs
key: x-napi-v2-${{ steps.node-install.outputs.node-version }} # the cache key consists of a manually bumpable version and the node version, as the cached rustc artifacts contain linking information where to find node.lib, which is in a versioned directory.
47
+
- name: Run pnpm install
48
+
working-directory: api/node
49
+
run: pnpm install --frozen-lockfile
50
+
- name: Build node plugin in debug
51
+
run: pnpm build:testing
52
+
working-directory: api/node
53
+
- name: Run node tests
54
+
working-directory: api/node
55
+
run: pnpm test
56
+
- name: Run test-driver-nodejs
57
+
# Release is only applied to the harness that drives the node.js invocations, but needed
58
+
# to avoid crashing on Windows with what looks like an out of stack exception.
59
+
run: cargo test --verbose --release --all-features -p test-driver-nodejs
0 commit comments