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.
2 parents 7eab116 + 8677271 commit 61a1d45Copy full SHA for 61a1d45
.github/workflows/ci.yml
@@ -65,6 +65,11 @@ jobs:
65
**/test-results
66
retention-days: 30
67
68
+ - name: Ensure builds run
69
+ run: pnpm nx run-many -t build
70
+ env:
71
+ NX_CLOUD_DISTRIBUTED_EXECUTION: false
72
+
73
- name: build docs
74
run: pnpm generate-docs
75
.github/workflows/publish.yml
@@ -89,6 +89,11 @@ jobs:
89
files: ./packages/**/coverage/*.xml
90
token: ${{ secrets.CODECOV_TOKEN }}
91
92
93
94
95
96
97
- name: Build docs
98
99
0 commit comments