From 42efaa2190faa7e0c2a4e18676c5082b92d0091c Mon Sep 17 00:00:00 2001 From: Murat Ozcan Date: Wed, 4 May 2022 12:06:00 -0500 Subject: [PATCH] added wofkflow dispatch for Cypress Dashboard rerun test --- .github/workflows/main.yml | 4 +++- site/comments.md | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 84d48a5b2..c519d303f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,8 @@ 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: install: diff --git a/site/comments.md b/site/comments.md index e935c1329..95e87833d 100644 --- a/site/comments.md +++ b/site/comments.md @@ -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. 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.