Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Silbermann committed Feb 16, 2024
1 parent 1401013 commit 1c182d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,10 @@ jobs:
sudo npx playwright install-deps
- run:
working_directory: fixtures/flight
command: yarn build
command: |
yarn build
# Need to build twice for unknown reasons
yarn build
- run:
name: Run tests
working_directory: fixtures/flight
Expand Down

0 comments on commit 1c182d4

Please sign in to comment.