Skip to content

Commit 0e3c15c

Browse files
committed
separate step
1 parent de1a11f commit 0e3c15c

File tree

2 files changed

+4
-1
lines changed
  • .github/workflows
  • dev-packages/e2e-tests/test-applications/node-profiling

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,6 +1207,10 @@ jobs:
12071207
timeout-minutes: 10
12081208
run: |
12091209
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn test:assert
1210+
1211+
- name: Run E2E ESM test
1212+
working-directory: dev-packages/e2e-tests/test-applications/node-profiling
1213+
run: |
12101214
npm pkg set type=module
12111215
node index.mjs
12121216

dev-packages/e2e-tests/test-applications/node-profiling/index.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ Sentry.startSpan({ name: 'Precompile test' }, async () => {
3232
});
3333

3434
assertUnpatechedRequire();
35-
3635
console.log('✅ Require is not patched');

0 commit comments

Comments
 (0)