Skip to content

Commit

Permalink
fix(ci): fix test command for etl
Browse files Browse the repository at this point in the history
  • Loading branch information
osoken committed May 30, 2024
1 parent c21a512 commit bbdd9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
run: cp .env.example etl/.env
- name: test
working-directory: etl
run: tox
run: pytest

0 comments on commit bbdd9b5

Please sign in to comment.