Update test.yml

This commit is contained in:
Marvin 2025-06-30 21:25:52 +02:00 committed by GitHub
parent 7004820326
commit 3499dd4f56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,5 +48,8 @@ jobs:
echo "App failed to start"
exit 1
- name: Build Docker image
- name: Build Docker image sqlite
run: make build
- name: Build Docker image pg
run: make build-pg