diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b22999f1..19dcd3733 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 + + - uses: browser-actions/setup-chrome@v1 - name: Create a .env file run: cp .env.ci .env diff --git a/makefile b/makefile index 0e4232423..0a3736c23 100644 --- a/makefile +++ b/makefile @@ -77,7 +77,7 @@ flake8: docker-compose run --rm web flake8 $(file) bdd: - docker-compose exec web sh -c "python manage.py behave $(feature) --settings=config.settings.bdd --no-capture" + docker-compose exec -t web sh -c "python manage.py behave $(feature) --settings=config.settings.bdd --no-capture" elevate: docker-compose run --rm web python manage.py elevate_sso_user_permissions