Skip to content

Commit

Permalink
GHA/test: setup is a dependency
Browse files Browse the repository at this point in the history
With need to prepare the venv before running the tests.
  • Loading branch information
goneri committed Dec 7, 2023
1 parent e270f15 commit f177a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ tasks:
test:
desc: Run all tests
deps:
- setup
- package
cmds:
#- task: test-ui
Expand Down

0 comments on commit f177a2a

Please sign in to comment.