Fix: Show friendly 500.html when database is unavailable #103
Workflow file for this run
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: Check Docker Build | |
| on: | |
| pull_request: | |
| jobs: | |
| check: | |
| name: Check Docker Build | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Docker Compose Build | |
| run: docker compose build |