Skip to content

Commit

Permalink
Use pytest-with-postgres reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
afred committed Jul 6, 2023
1 parent e7a5116 commit de7e370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
tests:
name: ⚗️ Application Tests
uses: WGBH-MLA/.github/.github/workflows/pytest.yml@main
uses: WGBH-MLA/.github/.github/workflows/pytest-with-postgres.yml@main
secrets: inherit
with:
pdm_args: -G test,ci
Expand Down

0 comments on commit de7e370

Please sign in to comment.