fixed manual input on multi-worker systems #73
This file contains hidden or 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 : Tests | |
| on: | |
| push: | |
| branches: | |
| - vlad/devel | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - name: Build Docker Image | |
| run: docker compose --profile test build tests | |
| - name: Run Tests | |
| run: docker compose --profile test run --rm tests |