Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI timeouts and enable playwright #8405

Merged
merged 7 commits into from
Nov 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Temporarily enable it on PRs
  • Loading branch information
FelixMalfait committed Nov 8, 2024
commit d5993d1373effe3a9f0401c3a6ff926f78c5977f
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Playwright Tests
name: End-to-end Tests
timeout-minutes: 30
on:
push:
Expand All @@ -19,6 +19,7 @@ jobs:
uses: tj-actions/changed-files@v11
with:
files: |
.github/workflows/ci-e2e.yaml
packages/** # Adjust this to your relevant directories
playwright.config.ts # Include any relevant config files

Expand Down
Loading