Skip to content

Commit

Permalink
fix: django action
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Alessandroni committed Jul 17, 2023
1 parent e18b582 commit 291571a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
python-version: [3.9]

steps:
- name: Start Postgresql service
run: |
sudo systemctl start postgresql.service
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand Down

0 comments on commit 291571a

Please sign in to comment.