Skip to content

Commit

Permalink
Re-add inotify-tools to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jan 12, 2024
1 parent e9525bb commit fa24db0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ jobs:
- name: Start CouchDB
run: docker-compose -f docker-compose.yml --env-file .env_template up -d
working-directory: server
- name: Wait 10 seconds for CouchDB startup
run: sleep 10s
- name: Install inotify-tools
run: sudo apt-get install inotify-tools
- name: Install FieldHub dependencies
run: mix deps.get
working-directory: server
- name: Run FieldHub tests
run: mix test
working-directory: server
- name: Stop CouchDB
run: docker-compose -f docker-compose.yml --env-file .env_template down -v
working-directory: server
working-directory: server

0 comments on commit fa24db0

Please sign in to comment.