Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bun test #188

Closed
wants to merge 4 commits into from
Closed

Add bun test #188

wants to merge 4 commits into from

Conversation

billytrend-cohere
Copy link
Collaborator

@billytrend-cohere billytrend-cohere commented Jul 29, 2024

This pull request makes changes to the .github/workflows/test.yml file, which configures continuous integration (CI) and testing workflows.

Summary

The PR renames the build job to node-test and introduces a new job called bun-test. These changes enhance the testing process by incorporating the bun package manager and specifying the necessary environment variables.

Changes

  • Renames the build job to node-test.
  • Introduces a new job called bun-test:
  • Runs on ubuntu-latest.
  • Sets up bun using oven-sh/setup-bun@v2 with the latest bun-version.
  • Installs dependencies using bun install --frozen-lockfile.
  • Runs tests using bun run jest, with specified environment variables for Cohere, AWS, and jest.

@billytrend-cohere billytrend-cohere changed the title Update test.yml to include matrix strategy for different runtimes Add bun test Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant