-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Await Vercel deployment to be ready before running E2E #221
Await Vercel deployment to be ready before running E2E #221
Conversation
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 81c54cb previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-5d2sawa91.vercel.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Fixed ! |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 2ab023b previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-gxanpbe59.vercel.app |
Agreed, let's first focus on the Action itself, then merge this PR. But it looks good already :) |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 2ab023b previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-gxanpbe59.vercel.app |
✅ Deployment SUCCESS |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit de0550f previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-7s2fiyd60.vercel.app |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 75180cb previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-c0cxm3b5u.vercel.app |
✅ Deployment SUCCESS |
✅ Deployment SUCCESS |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 5467fa7 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-6jsq1jn54.vercel.app |
❌ E2E tests FAILED for commit b1d63e5 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-9xpmpium6.vercel.app |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 69548b1 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-limntpelk.vercel.app |
@Vadorequest if our action is fine for you, I think we can merge this. I just updated for the last release :) |
✅ Deployment SUCCESS |
✅ Deployment SUCCESS |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 6f474ec previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-zkr15a25s.vercel.app |
❌ E2E tests FAILED for commit 87b73aa previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-zkr15a25s.vercel.app |
❌ E2E tests FAILED for commit cac6324 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-zkr15a25s.vercel.app |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 78c8f19 previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-28hx0jtk8.vercel.app |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 229132b previously deployed at https://nrn-v2-mst-aptd-at-lcz-sty-c1-fytrkmo13.vercel.app |
Co-authored-by: Dhenain Ambroise <ambroise.dhenain@gmail.com>
https://app.asana.com/0/1136912812619441/1198898897367222
Use our recently released GitHub action https://github.com/UnlyEd/github-action-await-vercel to wait for the Vercel deployment to reach
status=READY
before running E2E/LH.See #184 for more details.
Fixes #184
Closes #184