Skip to content

Commit

Permalink
no v?
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Sep 20, 2024
1 parent 4534429 commit dcac700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo 'select 123 as test_column \gdesc' | docker exec -i postgres_github_actions psql "postgresql://postgres:postgres@localhost:5432/postgres" -f - | grep 'test_column | integer'
- uses: actions/checkout@v2
- name: install migra
uses: threeal/pipx-install-action@v2.0.0
uses: threeal/pipx-install-action@2.0.0
with:
packages: migra
- run: migra --help | grep 'Generate a database migration'
Expand Down

0 comments on commit dcac700

Please sign in to comment.