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

feat(medusa,types): added store apis for products #7144

Merged
merged 15 commits into from
Apr 29, 2024
6 changes: 6 additions & 0 deletions .changeset/khaki-mice-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@medusajs/medusa": patch
"@medusajs/types": patch
---

feat(medusa,types): added store apis for products
7 changes: 5 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Medusa Pipeline
on:
push:
branches:
- develop
- develop
pull_request:
branches:
- develop
- develop

jobs:
setup:
Expand Down Expand Up @@ -321,6 +321,9 @@ jobs:
with:
extension: pipeline

- name: Build
run: yarn build

- name: Run Modules integration tests
run: yarn test:integration:modules
env:
Expand Down