Skip to content

Commit

Permalink
fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbush committed Sep 19, 2024
1 parent dbe0216 commit d726d67
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/angular-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
jobs:
lint:
runs-on: ubuntu-latest

defaults:
run:
working-directory: postrify-frontend
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/angular-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest

defaults:
run:
working-directory: postrify-frontend
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/prettier-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ on:
jobs:
format:
runs-on: ubuntu-latest

defaults:
run:
working-directory: postrify-frontend
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit d726d67

Please sign in to comment.