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 4c9a94c commit 52e2238Copy full SHA for 52e2238
.github/workflows/docs-stage-2-test.yaml
@@ -74,7 +74,7 @@ jobs:
74
npm run generate-dependencies --workspaces --if-present
75
- name: "Run unit test suite"
76
run: |
77
- make test-unit
+ make -C docs test
78
- name: "Save the result of fast test suite"
79
uses: actions/upload-artifact@v4
80
with:
0 commit comments