Skip to content

fix similar product from another store having wrong url #2124

fix similar product from another store having wrong url

fix similar product from another store having wrong url #2124

Workflow file for this run

name: Run tests
on:
push:
branches: ["*"]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 24
- uses: pnpm/action-setup@v4
with:
run_install: true
- name: Run tests
run: pnpm test run