Skip to content

Commit 205cdaa

Browse files
committed
Build core dll
1 parent 61721a1 commit 205cdaa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
working-directory: paranext-core
9191
run: npm run prestart
9292

93+
- name: Build paranext-core renderer DLL
94+
working-directory: paranext-core
95+
run: npm run build:dll
96+
9397
- name: Run e2e smoke tests
9498
working-directory: extension-repo
9599
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" npm run test:e2e:smoke

0 commit comments

Comments
 (0)