Skip to content

Commit 61a1d45

Browse files
authored
Merge pull request #328 from ForgeRock/build-before-docs
chore: build-before-docs
2 parents 7eab116 + 8677271 commit 61a1d45

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
**/test-results
6666
retention-days: 30
6767

68+
- name: Ensure builds run
69+
run: pnpm nx run-many -t build
70+
env:
71+
NX_CLOUD_DISTRIBUTED_EXECUTION: false
72+
6873
- name: build docs
6974
run: pnpm generate-docs
7075

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ jobs:
8989
files: ./packages/**/coverage/*.xml
9090
token: ${{ secrets.CODECOV_TOKEN }}
9191

92+
- name: Ensure builds run
93+
run: pnpm nx run-many -t build
94+
env:
95+
NX_CLOUD_DISTRIBUTED_EXECUTION: false
96+
9297
- name: Build docs
9398
run: pnpm generate-docs
9499

0 commit comments

Comments
 (0)