Skip to content

Commit

Permalink
review-cask-pr: make workflow default working-directory
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Sep 19, 2023
1 parent 24b50ee commit 6ea2fcf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/review-cask-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
paths:
- '**review-cask-pr**'

defaults:
run:
working-directory: review-cask-pr

jobs:
unit-tests:
runs-on: ubuntu-latest
Expand All @@ -21,4 +25,3 @@ jobs:
gem install rspec
rspec
working-directory: review-cask-pr

0 comments on commit 6ea2fcf

Please sign in to comment.