Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6ed816e to
082b5f9
Compare
082b5f9 to
094e630
Compare
094e630 to
65b9cbd
Compare
65b9cbd to
be2afd6
Compare
be2afd6 to
73116c0
Compare
73116c0 to
8abd901
Compare
0b8b790 to
ae8182c
Compare
|
@zomars is there a way to make embed tests a non blocker for merge. |
You need to name it differently to |
| jobs: | ||
| test: | ||
| timeout-minutes: 20 | ||
| name: Testing ${{ matrix.node }} and ${{ matrix.os }} |
There was a problem hiding this comment.
Change this name to make it non-blocking @hariombalhara
| branches: | ||
| - main | ||
| paths-ignore: | ||
| - public/static/locales/** |
There was a problem hiding this comment.
Also make sure to update these paths so this test only runs when embed-related code changes.
There was a problem hiding this comment.
Thanks for the tip
a89cc20 to
906c983
Compare
8065050 to
7ee6225
Compare
zomars
left a comment
There was a problem hiding this comment.
Feel free to merge if you feel this is ready @hariombalhara
|
Seems like the tests are running and failing @hariombalhara https://github.com/calcom/cal.com/runs/6659342595?check_suite_focus=true |
What does this PR do?
Right now tests are running with --update-snapshots and thus they aren't verifying the snapshots but they are still useful in capturing bugs.
Followup
Type of change