Skip to content

Commit

Permalink
allow tests dir in image
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed Jun 17, 2024
1 parent 0070f77 commit b79671b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ coverage.xml
bin/
Dockerfile*
__pycache__
tests
node_modules
src/*.egg-info
src/aurora/staticfiles/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
run: |
backend_image=${{ vars.DOCKERHUB_ORGANIZATION }}/hope-support-images:flex-registration-${{ github.sha }}-dev docker compose \
-f ./ops/compose.test.yml \
run backend pytest --create-db ./src/
run backend pytest --create-db ./tests/
build_and_push_dist:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b79671b

Please sign in to comment.