chore: temporarily enable e2e tests

This commit is contained in:
Ali BARIN
2024-12-12 12:41:59 +00:00
parent 5d5aebdb41
commit 591e1444f9

View File

@@ -4,12 +4,12 @@ on:
branches:
- main
# TODO: Add pull request after optimizing the total excecution time of the test suite.
# pull_request:
# paths:
# - 'packages/backend/**'
# - 'packages/e2e-tests/**'
# - 'packages/web/**'
# - '!packages/backend/src/apps/**'
pull_request:
paths:
- 'packages/backend/**'
- 'packages/e2e-tests/**'
- 'packages/web/**'
- '!packages/backend/src/apps/**'
workflow_dispatch:
env: