Skip to content

Commit 14deb4f

Browse files
committed
add
1 parent 1ea4d8d commit 14deb4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
working-directory: backend
3232

3333
- name: Run lint
34-
run: task lint
34+
run: poetry run task lint
3535

3636
- name: Run tests
37-
run: task test
37+
run: poetry run task test
3838
working-directory: backend

0 commit comments

Comments
 (0)