Skip to content
Merged
Show file tree
Hide file tree
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
Fix bundle error
  • Loading branch information
Sebastian Silbermann committed Feb 21, 2024
commit 0a7acc5072cea13741a19a03ef0b9b1df6113c3d
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,6 @@ jobs:
command: |
npx playwright install
sudo npx playwright install-deps
- run:
working_directory: fixtures/flight
name: yarn build
command: |
yarn build
# Need to build twice for unknown reasons
yarn build
- run:
name: Run tests
working_directory: fixtures/flight
Expand Down
2 changes: 1 addition & 1 deletion fixtures/flight/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
},
],
webServer: {
command: 'yarn dev',
command: 'FAST_REFRESH=false yarn dev',
url: 'http://localhost:3000',
reuseExistingServer: !isCI,
},
Expand Down