Skip to content

Commit

Permalink
Add pgtap
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Sep 17, 2024
1 parent e8bf6cd commit e6c8e02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.sha }} # HEAD commit instead of merge commit

- uses: pnpm/action-setup@v4

- name: pnpm instal
run: pnpm -r db-test
env:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CREATE SCHEMA IF NOT EXISTS pgtap;

-- Enable pg_tap
CREATE EXTENSION IF NOT EXISTS pgtap WITH SCHEMA pgtap;

0 comments on commit e6c8e02

Please sign in to comment.