Skip to content

Commit

Permalink
ci: fix Elasticsearch startup in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas777 committed Aug 7, 2024
1 parent 9ae8a16 commit 3b3d4fe
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 @@ -50,7 +50,7 @@ jobs:
- name: Spin up ES with Raudikko
run: |
touch .docker/django/.env
docker-compose up -d elasticsearch
docker compose up -d elasticsearch
- name: psycopg2 prerequisites
run: sudo apt-get install libpq-dev
Expand Down

0 comments on commit 3b3d4fe

Please sign in to comment.