Skip to content

Commit

Permalink
readme: update
Browse files Browse the repository at this point in the history
workflow: add pg_dump
  • Loading branch information
alexisvisco committed May 19, 2024
1 parent f19a893 commit b77ab3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
with:
go-version: '1.22'

- name: Setup pg_dump
run: sudo apt-get install postgresql-client

- name: Wait for PostgreSQL to be ready
run: |
while ! pg_isready -h 127.0.0.1 -p 6666 -U postgres; do
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

[![Go Report Card](https://goreportcard.com/badge/github.com/alexisvisco/amigo)](https://goreportcard.com/report/github.com/alexisvisco/amigo)
[![GoDoc](https://pkg.go.dev/badge/alexisvisco/mig)](https://pkg.go.dev/alexisvisco/mig)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![GitHub release](https://img.shields.io/github/v/release/alexisvisco/amigo.svg)](https://github.com/alexisvisco/amigo/releases)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/alexisvisco/amigo/CI)](https://github.com/alexisvisco/amigo/actions)

# Introduction

Expand Down

0 comments on commit b77ab3c

Please sign in to comment.