Skip to content

Commit

Permalink
test server configured with proper headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgelfond committed Dec 24, 2024
1 parent bf02867 commit 66b24c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
CHROME_PATH: chrome
run: |
# Start test server with proper headers
npm run serve &
npm run serve -- --headers '{"Cross-Origin-Opener-Policy": "same-origin", "Cross-Origin-Embedder-Policy": "require-corp"}' &
# Run tests with configured Chrome flags
npx mocha-headless-chrome \
Expand Down

0 comments on commit 66b24c8

Please sign in to comment.