Skip to content

Commit

Permalink
Wait for CouchDB startup in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jan 13, 2024
1 parent 627a508 commit eb708e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Start CouchDB
run: docker-compose -f docker-compose.yml --env-file .env_template up -d
working-directory: server
- name: Install inotify-tools
run: sudo apt-get install inotify-tools
- name: Sleep to wait for CouchDB startup
run: sleep 15s
- name: Install FieldHub dependencies
run: mix deps.get
working-directory: server
Expand Down

0 comments on commit eb708e0

Please sign in to comment.