chore: temporarily enable e2e tests
This commit is contained in:
12
.github/workflows/playwright.yml
vendored
12
.github/workflows/playwright.yml
vendored
@@ -4,12 +4,12 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
# TODO: Add pull request after optimizing the total excecution time of the test suite.
|
# TODO: Add pull request after optimizing the total excecution time of the test suite.
|
||||||
# pull_request:
|
pull_request:
|
||||||
# paths:
|
paths:
|
||||||
# - 'packages/backend/**'
|
- 'packages/backend/**'
|
||||||
# - 'packages/e2e-tests/**'
|
- 'packages/e2e-tests/**'
|
||||||
# - 'packages/web/**'
|
- 'packages/web/**'
|
||||||
# - '!packages/backend/src/apps/**'
|
- '!packages/backend/src/apps/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user