We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61721a1 commit 205cdaaCopy full SHA for 205cdaa
1 file changed
.github/workflows/test.yml
@@ -90,6 +90,10 @@ jobs:
90
working-directory: paranext-core
91
run: npm run prestart
92
93
+ - name: Build paranext-core renderer DLL
94
+ working-directory: paranext-core
95
+ run: npm run build:dll
96
+
97
- name: Run e2e smoke tests
98
working-directory: extension-repo
99
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" npm run test:e2e:smoke
0 commit comments