Skip to content

Commit 19d5432

Browse files
update workflows + testing
Co-authored-by: promptless[bot] <promptless[bot]@users.noreply.github.com>
1 parent a39f152 commit 19d5432

File tree

4 files changed

+60
-483
lines changed

4 files changed

+60
-483
lines changed

.github/workflows/pull-from-bazel-build.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
with:
4141
bazelisk-cache: true
4242
repository-cache: true
43+
44+
- name: Setup Node.js
45+
uses: actions/setup-node@v4
46+
with:
47+
node-version: '20'
48+
49+
- name: Install mdx transformer dependencies
50+
working-directory: tools/mdx-transform
51+
run: npm ci
4352

4453
- name: Build reference documentation
4554
working-directory: upstream
@@ -133,4 +142,4 @@ jobs:
133142
echo "Changes committed and pushed successfully"
134143
else
135144
echo "No changes detected, skipping commit"
136-
fi
145+
fi

0 commit comments

Comments
 (0)