Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .github/workflows/processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: cd infra/docker/python_base && make build image_name=818863528939.dkr.ecr.eu-central-1.amazonaws.com/badgerdoc/python_base:0.1.7
- name: run docker-compose up
run: cd processing && docker-compose up -d --build
- name: install pytest
run: docker exec processing_web_app bash -c "pip install pytest"
- name: run tests
run: docker exec processing_web_app bash -c "pytest"
- name: check with flake8
Expand Down
Loading