Skip to content

Commit 66b24c8

Browse files
committed
test server configured with proper headers
1 parent bf02867 commit 66b24c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
CHROME_PATH: chrome
137137
run: |
138138
# Start test server with proper headers
139-
npm run serve &
139+
npm run serve -- --headers '{"Cross-Origin-Opener-Policy": "same-origin", "Cross-Origin-Embedder-Policy": "require-corp"}' &
140140
141141
# Run tests with configured Chrome flags
142142
npx mocha-headless-chrome \

0 commit comments

Comments
 (0)