Skip to content

Commit

Permalink
ci: Include Go and NodeJS hosts in unit tests
Browse files Browse the repository at this point in the history
The CI test matrix generator expects every module that we want to test
to be provided explicitly.
Since the Go and Node hosts became independent Go modules,
we haven't been running their unit tests in CI.

Fortunately, the tests still pass today,
but we need to include these in the build.
  • Loading branch information
abhinav committed Jun 29, 2023
1 parent 572a610 commit 7a5de3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ jobs:
--version-set current \
--partition-module pkg "$PKG_UNIT_TEST_PARTITIONS" \
--partition-module sdk 1 \
--partition-module sdk/go/pulumi-language-go 1 \
--partition-module sdk/nodejs/cmd/pulumi-language-nodejs 1 \
--partition-module tests 2
)
Expand Down

0 comments on commit 7a5de3a

Please sign in to comment.