Skip to content

Commit

Permalink
Fix working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bartblast committed Oct 12, 2024
1 parent 181d3f7 commit 896f5de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,8 @@ jobs:
- name: Download feature tests app Elixir deps
uses: nick-fields/retry@v3
with:
command: mix deps.get
# TODO: set working directory with action input when https://github.com/nick-fields/retry/issues/89 is implemented
command: cd test/features && mix deps.get
retry_on: timeout
timeout_minutes: 3
max_attempts: 3
Expand Down

0 comments on commit 896f5de

Please sign in to comment.