Skip to content

Commit

Permalink
add working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodes committed Oct 14, 2023
1 parent 4a92ca3 commit 5d105d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./web
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 5d105d5

Please sign in to comment.