Skip to content

Commit

Permalink
fix meilisearch/db hosts in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
emmachughes committed Nov 14, 2023
1 parent 842513b commit 25cddfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ jobs:

- name: Run tests
run: docker run --rm --net=host
-e MEILISEARCH_HOST=http://localhost:7700
-e DB_HOST=127.0.0.1
-e DB_DATABASE=postgres
hub-test

Expand Down

0 comments on commit 25cddfa

Please sign in to comment.