Skip to content

Commit

Permalink
fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
juancwu committed Nov 22, 2024
1 parent 09948e2 commit 1e7026b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
test-frontend:
name: Test Frontend
runs-on: ubuntu-latest
working-directory: ./frontend
defaults:
run:
working-directory: ./frontend
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
Expand All @@ -34,7 +36,9 @@ jobs:
test-backend:
name: Test Backend
runs-on: ubuntu-latest
working-directory: ./backend
defaults:
run:
working-directory: ./backend
services:
postgres:
image: postgres:16
Expand Down

0 comments on commit 1e7026b

Please sign in to comment.