mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
added wofkflow dispatch for Cypress Dashboard rerun test
This commit is contained in:
parent
4e84ee13da
commit
42efaa2190
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: E2E on Chrome
|
name: E2E on Chrome
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
workflow_dispatch: # to test out if GITHUB_TOKEN env var can be a solution for rerunning CI and having it re-record on Cypress Dashboard
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
install:
|
install:
|
||||||
|
@ -433,3 +433,7 @@ Instead of `path: build` in the yml, used `path: ./packages/**/dist/**` . This g
|
|||||||
The 2nd attempt seemed natural, but acted as if we left out the build CRUD work altogether https://dashboard.cypress.io/projects/pefcjb/runs/31c1fa51-d767-4b32-bfc6-d7999e6d8bfb/test-results/30a2947c-80ab-477a-adf5-84d420f596eb/screenshots.
|
The 2nd attempt seemed natural, but acted as if we left out the build CRUD work altogether https://dashboard.cypress.io/projects/pefcjb/runs/31c1fa51-d767-4b32-bfc6-d7999e6d8bfb/test-results/30a2947c-80ab-477a-adf5-84d420f596eb/screenshots.
|
||||||
|
|
||||||
I have disabled the parallelization as advertised for the time being. Perhaps there are gotchas with Vercel that need to be figured out.
|
I have disabled the parallelization as advertised for the time being. Perhaps there are gotchas with Vercel that need to be figured out.
|
||||||
|
|
||||||
|
## [Part 5 Deploying to Vercel](https://learn.cypress.io/tutorials/deploying-to-vercel)
|
||||||
|
|
||||||
|
I must have missed the part about changing the build directory. Where was that mentioned? I cannot find it anywhere. The current Vercel app only produces dist folders under packages.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user