We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869b4eb commit 8bd73c9Copy full SHA for 8bd73c9
1 file changed
.github/workflows/ci.yml
@@ -43,6 +43,9 @@ jobs:
43
44
- uses: ./.github/actions/build-docs
45
46
+ - name: Reinstall packages after build
47
+ run: make install
48
+
49
- name: Run tests
50
run: make test
51
0 commit comments