Merge branch 'ke/fix-search-delete' of https://github.com/kitspace/ki… #3202
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: Test processor | |
on: | |
push: | |
paths: | |
- 'processor/**' | |
jobs: | |
test_processor: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
submodules: 'recursive' | |
- run: cp .env.example .env | |
- run: docker compose --compatibility -f docker-compose.test-processor.yml run --rm processor |