Skip to content

Commit

Permalink
ci(backend test): add working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
feightwywx committed Dec 8, 2024
1 parent 2d867bf commit 4a95215
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/backend-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: backend Test
name: Backend Test

on:
push:
Expand All @@ -17,6 +17,8 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install Deps
working-directory: ./backend/app
run: poetry install --with dev
- name: Run Tests
working-directory: ./backend/app
run: pytest

0 comments on commit 4a95215

Please sign in to comment.