Skip to content

Commit

Permalink
chore: Update working directory paths for backend and frontend PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jun 10, 2024
1 parent 23ba468 commit 86b6a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: Cd to the directory to test
working-directory: ./backend/typescript
working-directory: ./backend
run: |
npm install
npm run pr-check
2 changes: 1 addition & 1 deletion .github/workflows/frontend-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: Cd to the directory to test
working-directory: ./frontend/typescript
working-directory: ./frontend
run: |
npm install
npm run pr-check

0 comments on commit 86b6a33

Please sign in to comment.