We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1401013 commit d036d62Copy full SHA for d036d62
1 file changed
.circleci/config.yml
@@ -273,7 +273,11 @@ jobs:
273
sudo npx playwright install-deps
274
- run:
275
working_directory: fixtures/flight
276
- command: yarn build
+ name: yarn build
277
+ command: |
278
+ yarn build
279
+ # Need to build twice for unknown reasons
280
281
282
name: Run tests
283
0 commit comments