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 c73f858 commit 8281281Copy full SHA for 8281281
.github/workflows/test.yml
@@ -26,6 +26,13 @@ jobs:
26
- name: Lint
27
run: npm run lint
28
29
+ - name: Install dependencies [server-renderer]
30
+ working-directory: ./packages/docsify-server-renderer
31
+ run: npm ci --ignore-scripts
32
+ - name: Build [server-renderer]
33
34
35
+
36
test-jest:
37
runs-on: ${{ matrix.os }}
38
strategy:
0 commit comments