Skip to content

Commit

Permalink
fix PG service on workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hypsug0 committed Mar 17, 2024
1 parent 5fd01ae commit dfc1e10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: enable postgresql
run: sudo systemctl start postgresql.service
- name: Test install
run: cp config/settings.ini.template config/settings.ini && sed -i 's,http://mydomain.net/taxhub/api/,https://demo.geonature.fr/taxhub/api/,g' config/settings.ini && install/install_app.sh

0 comments on commit dfc1e10

Please sign in to comment.