Skip to content

Commit

Permalink
Speed up playwright using real web server.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwh committed Nov 25, 2022
1 parent faff5da commit bdafe24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
# We're running against localhost.
- run: sudo sed -i 's/APP_URL=.*$/APP_URL=http:\/\/localhost/g' /home/circleci/project/.env
# Fix up Google key from CircleCI config.
- run: sudo echo GOOGLE_API_CONSOLE_KEY=$GOOGLE_API_CONSOLE_KEY >> /home.circleci/project/.env
- run: sudo echo GOOGLE_API_CONSOLE_KEY=$GOOGLE_API_CONSOLE_KEY >> /home/circleci/project/.env

# Now run the tests.
- run:
Expand Down

0 comments on commit bdafe24

Please sign in to comment.