Skip to content

Commit

Permalink
fixed test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dorukgezici committed Oct 14, 2024
1 parent bbd98fd commit 50fa760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
cd backend
uv sync --frozen
echo "VIRTUAL_ENV=./.venv" >> $GITHUB_ENV
echo "$VIRTUAL_ENV/bin" >> $GITHUB_PATH
- name: Lint the project
run: uv run task lint
Expand Down

0 comments on commit 50fa760

Please sign in to comment.