Commit 2910a3c5 authored by Conner Fromknecht's avatar Conner Fromknecht

fix: teleportr CI env vars (round 2)

parent a8006085
......@@ -10,8 +10,8 @@ on:
- '*rc'
- 'regenesis/*'
pull_request:
paths:
- 'go/teleportr/**'
branches:
- '*'
workflow_dispatch:
defaults:
......@@ -25,8 +25,8 @@ jobs:
postgres:
image: postgres
env:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=password
POSTGRES_USER: postgres
POSTGRES_PASSWORD: password
ports:
- 5432:5432
steps:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment