Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco committed May 17, 2024
1 parent 59f54f5 commit 4ff52c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Wait for PostgreSQL to be ready
run: |
while ! pg_isready -h 127.0.0.1 -p 5432 -U postgres; do
while ! pg_isready -h 127.0.0.1 -p 6666 -U postgres; do
echo "Waiting for PostgreSQL..."
sleep 1
done
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![GoDoc](https://pkg.go.dev/badge/alexisvisco/mig)](https://pkg.go.dev/alexisvisco/mig)
[![GoDoc](https://pkg.go.dev/badge/alexisvisco/amigo)](https://pkg.go.dev/alexisvisco/amigo)

# Introduction

Expand All @@ -8,7 +8,7 @@ Migration In Golang (MIG) is a library that allows you to write migrations in Go
It provides you with all the benefits of Go, including type safety, simplicity, and strong tooling support.
MIG is designed to be easy to use and integrate into existing projects.

General documentation: [https://mig-go.alexisvis.co](https://mig-go.alexisvis.co)
General documentation: [https://amigo.alexisvis.co](https://amigo.alexisvis.co)

## Features

Expand Down

0 comments on commit 4ff52c5

Please sign in to comment.