Skip to content
Closed
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
Disable fast-refresh in flight fixture tests
  • Loading branch information
unstubbable committed Feb 16, 2024
commit 4f7c9560f12fcbd85c6bec8afa8f4325d6ece0c4
9 changes: 2 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,18 +271,13 @@ jobs:
command: |
npx playwright install
sudo npx playwright install-deps
- run:
working_directory: fixtures/flight
command: |
yarn build
# Need to build twice for unknown reasons
yarn build
- run:
name: Run tests
working_directory: fixtures/flight
command: yarn test
environment:
# Otherwise the webserver is a blackbox
FAST_REFRESH: 'false'
# Otherwise the webserver is a blackbox
DEBUG: pw:webserver
- store_artifacts:
path: fixtures/flight/playwright-report
Expand Down