Skip to content

Commit

Permalink
Revert "Clean dependencies in github action"
Browse files Browse the repository at this point in the history
This reverts commit 353b0b7.
  • Loading branch information
dersmon committed Jan 13, 2024
1 parent 353b0b7 commit be595a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
run: mix deps.get
working-directory: server
- name: Run FieldHub tests
run: mix clean && mix test
run: sleep 15s && mix test
working-directory: server

0 comments on commit be595a1

Please sign in to comment.