Update production-build.yml

pull/7267/head
zomars 2023-02-18 09:33:34 -07:00
parent 29134a3245
commit f96af3f708
1 changed files with 8 additions and 3 deletions

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