Skip to content

Bump github.com/jackc/pgx/v4 from 4.7.2 to 4.18.2 #27

Bump github.com/jackc/pgx/v4 from 4.7.2 to 4.18.2

Bump github.com/jackc/pgx/v4 from 4.7.2 to 4.18.2 #27

Workflow file for this run

name: run-tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
TEST_STORAGE_DSN: "postgres://undertaker:undertaker@localhost:12345/undertaker?sslmode=disable"
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Run tests
run: docker-compose -f docker-compose.ci.yaml up --exit-code-from undertaker