Skip to content

Commit

Permalink
Adding working-directory on step due to nick-fields/retry#89
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Apr 3, 2023
1 parent 49c833d commit fb18342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dashboard-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
package: rmf-dashboard-e2e
skip-build: true
- name: test
working-directory: packages/dashboard-e2e
uses: nick-fields/retry@v2
with:
timeout_minutes: 20
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
package: rmf-dashboard-e2e
skip-build: true
- name: test
working-directory: packages/dashboard-e2e
uses: nick-fields/retry@v2
with:
timeout_minutes: 20
Expand Down

0 comments on commit fb18342

Please sign in to comment.