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

chore(api-client): run api-client tests in ci #15083

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Conversation

brenthagen
Copy link
Contributor

@brenthagen brenthagen commented May 2, 2024

Overview

we haven't been running (the minimal) api-client tests in CI. this changes that. make -C api-client test runs both api-client and react-api-client tests.

Test Plan

verified that api-client tests are running in CI

Changelog

  • Changes workflow to run api-client tests in CI

Review requests

check that api-client tests are running in CI

Risk assessment

low

@brenthagen brenthagen requested a review from shlokamin May 2, 2024 22:06
@@ -59,8 +59,8 @@ jobs:
npm config set cache ./.npm-cache
yarn config set cache-folder ./.yarn-cache
make setup-js
- name: 'run react-api-client unit tests'
run: make -C react-api-client test-cov
- name: 'run api-client unit tests'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

both maybe?

@brenthagen brenthagen marked this pull request as ready for review June 29, 2024 13:54
@brenthagen brenthagen requested review from a team as code owners June 29, 2024 13:54
@brenthagen brenthagen removed request for a team June 29, 2024 13:54
@sfoster1 sfoster1 merged commit 356e303 into edge Sep 3, 2024
6 checks passed
@sfoster1 sfoster1 deleted the api-client-test-workflow branch September 3, 2024 17:53
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.

2 participants