Playwright E2E test - sign up with invite link via email (#9332)

Related to
https://github.com/twentyhq/twenty/issues/8469#issuecomment-2471573054

---------

Co-authored-by: Félix Malfait <[email protected]>
This commit is contained in:
BOHEUS
2025-01-12 21:52:30 +01:00
committed by GitHub
co-authored by Félix Malfait
parent ba77091b06
commit c1847054f8
8 changed files with 155 additions and 108 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
name: CI E2E Tests
name: CI E2E Playwright Tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}