Daily Build #1611
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: "Daily Build" | |
| on: | |
| schedule: | |
| - cron: '0 2 * * *' | |
| jobs: | |
| strelka: | |
| name: "Strelka Daily Build" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - name: Builds Strelka | |
| run: docker compose -f build/docker-compose.yaml build |