Skip to content

Commit

Permalink
Update CI workflow and playwright configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Dec 9, 2023
1 parent 136eee2 commit 0ccba16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ on: push

jobs:
e2e-test:
uses: jill64/.github/.github/workflows/run-playwright.yml@main
uses: jill64/playwright-config/.github/workflows/[email protected]
with:
hosting-provider: cloudflare
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { branchPreview, extendsConfig } from '@jill64/playwright-config'

export default extendsConfig(branchPreview('cloudflare'))
export default extendsConfig(branchPreview())

0 comments on commit 0ccba16

Please sign in to comment.