Run Tests #10
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run Tests | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
test-image: | |
runs-on: ubuntu-latest | |
steps: | |
- name: ht_full_test_search tests | |
run: | | |
docker compose up -d | |
docker compose exec full_text_searcher python -m pytest |