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

fix: teleportr CI env vars (round 2)

parent a8006085
...@@ -10,8 +10,8 @@ on: ...@@ -10,8 +10,8 @@ on:
- '*rc' - '*rc'
- 'regenesis/*' - 'regenesis/*'
pull_request: pull_request:
paths: branches:
- 'go/teleportr/**' - '*'
workflow_dispatch: workflow_dispatch:
defaults: defaults:
...@@ -25,8 +25,8 @@ jobs: ...@@ -25,8 +25,8 @@ jobs:
postgres: postgres:
image: postgres image: postgres
env: env:
- POSTGRES_USER=postgres POSTGRES_USER: postgres
- POSTGRES_PASSWORD=password POSTGRES_PASSWORD: password
ports: ports:
- 5432:5432 - 5432:5432
steps: 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