Skip to content

Commit

Permalink
Clean mix dependencies in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jan 13, 2024
1 parent be595a1 commit b89e17b
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 @@ -21,8 +21,8 @@ jobs:
run: docker-compose -f docker-compose.yml --env-file .env_template up -d
working-directory: server
- name: Install FieldHub dependencies
run: mix deps.get
run: mix clean && mix deps.get
working-directory: server
- name: Run FieldHub tests
run: sleep 15s && mix test
run: mix test
working-directory: server

0 comments on commit b89e17b

Please sign in to comment.