-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[spruce] Add bun support in CI (#184)
## Problem Bun has been a rapidly emerging toolkit for developing, testing, running, and bundling Javascript and TypeScript. We currently have an outstanding GH issue related to the bun runtime: #141. It would be nice to add some coverage in CI for running our integration tests with bun as the runner. @jhamon kicked this work off a while ago and I wanted to make sure we got this included. ## Solution - Update `/github/workflows/testing.yml` and add a new `config` section to the `integration-tests` matrix. Tests will now be run with `npm` in node and edge, and `bun` with node for bun versions `1.0.4` -> `1.0.7`. ## Type of Change - [X] Infrastructure change (CI configs, etc) ## Test Plan Make sure all the integration tests are 🟢 in CI.
- Loading branch information
1 parent
4ca7c01
commit 1b08e68
Showing
4 changed files
with
144 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters