1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-17 23: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 - name: Cypress run
uses: cypress-io/github-action@v3 uses: cypress-io/github-action@v3
with: with:
project: ./site project: .
browser: chrome browser: chrome
build: yarn build build: yarn build
start: yarn start start: yarn start