Skip to content

Commit

Permalink
use make
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Mar 4, 2025
1 parent e6a0a1a commit d1f5756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Set up postgres (linux)
- name: "Set up postgres (linux)"
if: runner.os == 'Linux'
uses: ./.github/actions/setup-postgres-linux
run: make setup-db

- name: Set up postgres (macos)
if: runner.os == 'macOS'
Expand Down

0 comments on commit d1f5756

Please sign in to comment.