1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-20 00:16:59 +00:00

added cypress tests and GitHub action config

This commit is contained in:
Guillermo de Abreu 2025-02-10 15:57:05 -04:00
parent fdcd94757b
commit 1e858e544e

@ -12,7 +12,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v3
with:
project: ./site
project: .
browser: chrome
build: yarn build
start: yarn start