Skip to content

Commit

Permalink
Try with just test
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Jan 22, 2025
1 parent d747f98 commit f385c3d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
BUILD_DIR: /home/runner/work/django-base-site/new_project/
SECRET_KEY: secret-key-for-testing-only
READ_DOT_ENV_FILE: on
DOCKER_COMPOSE_PREFIX: docker compose run -u root -e DATABASE_URL --rm --no-deps web
steps:
- uses: actions/checkout@v4
- name: Use Just for running commands
Expand All @@ -74,6 +73,4 @@ jobs:
run: just build_frontend
- name: Run tests
working-directory: ${{ env.BUILD_DIR }}
run: ${{ env.DOCKER_COMPOSE_PREFIX }} pytest --cov --ds=config.settings.test_runner
env:
DATABASE_URL: postgres://postgres@postgres/postgres
run: just test

0 comments on commit f385c3d

Please sign in to comment.