Update production-build.yml

This commit is contained in:
zomars 2023-02-18 09:33:34 -07:00
parent 29134a3245
commit f96af3f708

View File

@ -51,11 +51,16 @@ env:
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 30
services:
postgres:
image: postgres:12.1
env:
POSTGRES_USER: postgres
POSTGRES_DB: calendso
ports:
- 5432:5432
steps:
- name: Checkout
uses: actions/checkout@v3