Skip to content

Commit

Permalink
Add sleep again
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jan 13, 2024
1 parent 9f610b2 commit 08a4b41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
- name: Start CouchDB
run: docker-compose -f docker-compose.yml --env-file .env_template up -d
working-directory: server
- name: Sleep to await CouchDB startup
run: sleep 15s
- name: Install FieldHub dependencies
run: mix clean --deps && mix deps.get
run: mix deps.get
working-directory: server
- name: Run FieldHub tests
run: mix test
Expand Down

0 comments on commit 08a4b41

Please sign in to comment.