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 <felix@twenty.com>
This commit is contained in:
3
.github/workflows/ci-e2e.yml
vendored
3
.github/workflows/ci-e2e.yml
vendored
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user