Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: ^10.0.0
- uses: oven-sh/setup-bun@v2
# Preinstall package dependencies and compile them in parallel.
- run: bun install
- run: node --version
- run: ci/run_conditional_tests.sh
name: Run unit tests
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/windows-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: ^10.0.0
- uses: oven-sh/setup-bun@v2
# Preinstall package dependencies and compile them.
- run: bun install --ignore-scripts
- run: bun run --filter './packages/*' compile
- run: node --version
- run: bash ci/run_conditional_tests.sh
name: Run windows unit tests
shell: bash
env:
BUILD_TYPE: presubmit
TEST_TYPE: units
SHELL: C:\Program Files\Git\bin\bash.exe
npm_config_script_shell: bash
Loading
Loading