Skip to content

Commit

Permalink
circleci fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-pettinga committed Dec 30, 2024
1 parent 45248d0 commit 8f479fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ jobs:
# we don't run frontend tests with coverage as only unit tests should affect coverage
command: |
sudo tee -a /etc/hosts \<<<'127.0.0.1 apply-for-a-licence'
sudo tee -a /etc/hosts \<<<'127.0.0.1 view-a-licence'
pipenv run playwright install --with-deps firefox
pipenv run pytest tests/test_frontend --browser firefox --junitxml=test-results/frontend/results.xml --create-db
Expand Down

0 comments on commit 8f479fa

Please sign in to comment.